mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Drop -Werror to let this build on riscv64 and maybe others
clang was erroring out with: ... ../AdaptiveLoopFilterX86.h:659:6: error: loop not vectorized: etc etc
This commit is contained in:
@@ -26,6 +26,7 @@ COMPILER= base-clang ports-gcc
|
||||
CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=ON \
|
||||
-DVVENC_ENABLE_ARM_SIMD_SVE=TRUE \
|
||||
-DVVENC_ENABLE_ARM_SIMD_SVE2=TRUE \
|
||||
-DVVENC_ENABLE_THIRDPARTY_JSON=SYSTEM
|
||||
-DVVENC_ENABLE_THIRDPARTY_JSON=SYSTEM \
|
||||
-DVVENC_ENABLE_WERROR=FALSE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user