diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-15 00:32:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-15 00:33:05 +0000 |
commit | cdb01f144e6503e63bde72cbea1742ac945c9cda (patch) | |
tree | 468e1d64f7e0638ca3f2a7d03e13ca2673e55a09 | |
parent | 9d77bc43edb81be323c3a5e99b575b881963f7b1 (diff) |
security/palisade: Broken on armv6
Reported by: fallout
-rw-r--r-- | security/palisade/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/palisade/Makefile b/security/palisade/Makefile index 47074125eead..d721da33398b 100644 --- a/security/palisade/Makefile +++ b/security/palisade/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 BUILD_DEPENDS= autoconf:devel/autoconf # possibly a mistake in the project |