git: 2072c8fdb834 - main - multimedia/vvdec: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 14:59:04 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2072c8fdb834d087cd22d43d8763b586e5126dc4 commit 2072c8fdb834d087cd22d43d8763b586e5126dc4 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-08 09:50:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-08 14:58:32 +0000 multimedia/vvdec: enable LTO on powerpc64 --- multimedia/vvdec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile index cccf099ef720..a849135f3d81 100644 --- a/multimedia/vvdec/Makefile +++ b/multimedia/vvdec/Makefile @@ -1,6 +1,7 @@ PORTNAME= vvdec DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= multimedia python MAINTAINER= yuri@FreeBSD.org @@ -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