mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Fix for vvenc and vvdec from Brad Smith.
This fixes vvdec on sparc64 and gets us partway there for vvenc.
This commit is contained in:
@@ -24,4 +24,9 @@ COMPILER= base-clang ports-gcc
|
||||
CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=ON \
|
||||
-DVVDEC_ENABLE_WERROR=FALSE
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${PROPERTIES:Mlld}
|
||||
CONFIGURE_ARGS+=-DVVDEC_ENABLE_LINK_TIME_OPT=OFF
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -26,4 +26,9 @@ CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=ON \
|
||||
-DVVENC_ENABLE_THIRDPARTY_JSON=SYSTEM \
|
||||
-DVVENC_ENABLE_WERROR=FALSE
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${PROPERTIES:Mlld}
|
||||
CONFIGURE_ARGS+=-DVVENC_ENABLE_LINK_TIME_OPT=OFF
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user