git: 73e4a12160db - 2022Q3 - security/palisade: Broken on armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 19:07:55 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=73e4a12160db7ef232a5a4fb4b30e26eb1edaa8f
commit 73e4a12160db7ef232a5a4fb4b30e26eb1edaa8f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 00:32:12 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 19:07:45 +0000
security/palisade: Broken on armv6
Reported by: fallout
(cherry picked from commit cdb01f144e6503e63bde72cbea1742ac945c9cda)
---
security/palisade/Makefile | 1 +
1 file changed, 1 insertion(+)
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