diff --git a/misc/astc-encoder/Makefile b/misc/astc-encoder/Makefile index cfbf85826875..9055be16bbe6 100644 --- a/misc/astc-encoder/Makefile +++ b/misc/astc-encoder/Makefile @@ -1,26 +1,28 @@ PORTNAME= astc-encoder DISTVERSION= 3.7-92 DISTVERSIONSUFFIX= -g50f5f8f CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Texture compressor for Adaptive Scalable Texture Compression format LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI + USES= cmake:testing compiler:c++14-lang python:test USE_GITHUB= yes GH_ACCOUNT= ARM-software GH_TUPLE= google:googletest:e2239ee:googletest/Source/GoogleTest CMAKE_ARGS= -DPython_EXECUTABLE=${PYTHON_CMD} # only for tests CMAKE_OFF= UNITTEST CMAKE_TESTING_ON= UNITTEST LDFLAGS+= -pthread PLIST_FILES= bin/astcenc-native .include