aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-18 04:57:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-18 05:04:10 +0000
commit4b5c15d785c35b90556463eff9ad10e179e9f0af (patch)
tree0f6d40ef9dd4d5f80951f17f0e518d2a7fac7b81
parentf247ff8e82b96dd0c855a5829f9981a638606e36 (diff)
downloadports-4b5c15d785c35b90556463eff9ad10e179e9f0af.tar.gz
ports-4b5c15d785c35b90556463eff9ad10e179e9f0af.zip
math/gap: Broken on powerpc64le
Reported by: https://portsfallout.com/ (cherry picked from commit 00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b)
-rw-r--r--math/gap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile
index 40929aed899e..2361db9cf519 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -14,6 +14,7 @@ BUILD_DEPENDS+= automake:devel/automake # attempt to fix the intermittent failur
LIB_DEPENDS= libgmp.so:math/gmp
BROKEN_powerpc64= compilation fails: error: static assertion failed due to requirement 'sizeof(struct GAPState) < 32768': GAPState is too big
+BROKEN_powerpc64le= compilation fails: error: static assertion failed due to requirement 'sizeof(struct GAPState) < 32768': GAPState is too big
USES= gmake libtool localbase perl5 readline shebangfix
USE_PERL5= run