git: 00060673cdaf - main - math/gap: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 18 Jan 2024 05:02:58 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b

commit 00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-18 04:57:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-18 05:02:52 +0000

    math/gap: Broken on powerpc64le
    
    Reported by:    https://portsfallout.com/
---
 math/gap/Makefile | 1 +
 1 file changed, 1 insertion(+)

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