Date: Tue, 8 Aug 2023 14:59:04 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2072c8fdb834 - main - multimedia/vvdec: enable LTO on powerpc64 Message-ID: <202308081459.378Ex49s074320@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308081459.378Ex49s074320>