summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-25 23:59:49 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-25 23:59:49 -0700
commit50f2a80b9cc63fba95485bb1b35916341cf302dd (patch)
tree5bfdc0db1622a3e6601524bf67670d023864efe1
parentdevel/py-pydantic: update 1.10.14 → 1.10.15 (diff)
security/palisade: Fix build on 15 by removing -Werror
Reported by: fallout
-rw-r--r--security/palisade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/palisade/Makefile b/security/palisade/Makefile
index 32c8e2fb566f..b0feeb7aeb5b 100644
--- a/security/palisade/Makefile
+++ b/security/palisade/Makefile
@@ -25,7 +25,7 @@ GH_TUPLE= \
google:googletest:8b4817e3:google_test/third-party/google-test
USE_LDCONFIG= yes
-CMAKE_OFF= BUILD_UNITTESTS BUILD_EXAMPLES BUILD_BENCHMARKS
+CMAKE_OFF= BUILD_UNITTESTS BUILD_EXAMPLES BUILD_BENCHMARKS WITH_WERROR
CMAKE_OFF+= WITH_NTL # https://gitlab.com/palisade/palisade-development/-/issues/180
CMAKE_ARGS= -DWITH_NTL=Y # libntl.so will be discontinued in 1.11, see https://gitlab.com/palisade/palisade-development/-/issues/180
CMAKE_TESTING_ON= BUILD_UNITTESTS