aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-20 19:05:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-20 19:05:37 +0000
commit06bdce23da30df3af221c4c075ffee519383e200 (patch)
tree18dfc5b7ebd69bd3e5760cae409572ca7413bcc8
parentfbb9f1c4bc1ec652b0339898f15f8efebcf53671 (diff)
downloadports-06bdce23da30df3af221c4c075ffee519383e200.tar.gz
ports-06bdce23da30df3af221c4c075ffee519383e200.zip
security/palisade: Add BROKEN lines
Reported by: fallout
-rw-r--r--security/palisade/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/palisade/Makefile b/security/palisade/Makefile
index d721da33398b..e866dd36c1b4 100644
--- a/security/palisade/Makefile
+++ b/security/palisade/Makefile
@@ -9,9 +9,12 @@ COMMENT= PALISADE lattice cryptography library for Fully Homomorphic Encryption
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_i386= fails to build: a declaration of 'Mul128' must be available
+BROKEN_i386= fails to build: a declaration of 'Mul128' must be available
BROKEN_powerpc64= fails to build: math/native_int/binint.h:510:11: error: Architecture not supported for MultD()
-BROKEN_armv6= configure fails: ** ERROR ** OpenMP is not installed
+BROKEN_riscv64= fails to build: math/bigintnat/ubintnat.h:2250:2: error: Architecture not supported for MultD()
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
BUILD_DEPENDS= autoconf:devel/autoconf # possibly a mistake in the project