git: 0bc2b443e2fa - main - multimevia/vvenc: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:31 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bc2b443e2fa142dae7b67072ccd1eadae0f6eda commit 0bc2b443e2fa142dae7b67072ccd1eadae0f6eda Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-12 00:31:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:49 +0000 multimevia/vvenc: enable LTO on powerpc64 --- multimedia/vvenc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile index 9bb8d1a2b8a9..1be760e37df0 100644 --- a/multimedia/vvenc/Makefile +++ b/multimedia/vvenc/Makefile @@ -1,6 +1,7 @@ PORTNAME= vvenc DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -26,7 +27,7 @@ CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF+= VVENC_ENABLE_X86_SIMD .endif -.if ${ARCH} == powerpc64 || ${ARCH} == riscv64 +.if ${ARCH} == riscv64 CMAKE_OFF+= VVENC_ENABLE_LINK_TIME_OPT .endif