Date: Fri, 26 Apr 2024 07:19:23 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50f2a80b9cc6 - main - security/palisade: Fix build on 15 by removing -Werror Message-ID: <202404260719.43Q7JN4x018536@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=50f2a80b9cc63fba95485bb1b35916341cf302dd commit 50f2a80b9cc63fba95485bb1b35916341cf302dd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-26 06:59:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-26 06:59:49 +0000 security/palisade: Fix build on 15 by removing -Werror Reported by: fallout --- security/palisade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404260719.43Q7JN4x018536>