Skip to content

Commit

Permalink
multimedia/vvdec: enable LTO on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 8, 2023
1 parent 6498990 commit 2072c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multimedia/vvdec/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vvdec
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= multimedia python

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -26,7 +27,7 @@ CMAKE_TESTING_TARGET= test enable-bitstream-download=1 # tests fail to download

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
.if ${ARCH} == riscv64
CMAKE_ARGS+= -DVVDEC_ENABLE_LINK_TIME_OPT:BOOL=OFF
.endif

Expand Down

0 comments on commit 2072c8f

Please sign in to comment.