diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile index 9bb8d1a2b8a9..1be760e37df0 100644 --- a/multimedia/vvenc/Makefile +++ b/multimedia/vvenc/Makefile @@ -1,33 +1,34 @@ PORTNAME= vvenc DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Versatile Video Coding (VVC) encoder WWW= https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_i386= compilation fails: error: use of undeclared identifier 'read_x86_extension_flags' USES= cmake:testing compiler:c++14-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= fraunhoferhhi CMAKE_ON= BUILD_SHARED_LIBS .include .if ${ARCH:Marmv?} || ${ARCH} == i386 || ${ARCH} == powerpc CMAKE_OFF+= VVENC_ENABLE_X86_SIMD .endif -.if ${ARCH} == powerpc64 || ${ARCH} == riscv64 +.if ${ARCH} == riscv64 CMAKE_OFF+= VVENC_ENABLE_LINK_TIME_OPT .endif .include