diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile index da7fc952c0bb..1af3345d32bf 100644 --- a/multimedia/vvdec/Makefile +++ b/multimedia/vvdec/Makefile @@ -1,29 +1,29 @@ PORTNAME= vvdec DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= multimedia python MAINTAINER= yuri@FreeBSD.org COMMENT= Versatile Video Coding (VVC) decoder LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le riscv64 USES= cmake compiler:c++14-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= fraunhoferhhi CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= FREEBSD_VVDEC_ENABLE_X86_SIMD .include -.if ${ARCH} == powerpc64 +.if ${ARCH} == powerpc64 || ${ARCH} == riscv64 CMAKE_ARGS+= -DVVDEC_ENABLE_LINK_TIME_OPT:BOOL=OFF .endif .include