From f13248e6ec7ade05132a17a90458e7d2527538b4 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 7 May 2024 00:16:05 -0700 Subject: [PATCH] math/giacxcas: Broken on armv7 math/giacxcas Reported by: fallout --- math/giacxcas/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index ca484e46d13f..f0a0dbe89d91 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -21,6 +21,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_PERMS_DOC= dist-mirror pkg-mirror auto-accept LICENSE_DISTFILES_DOC= giac_${DISTVERSION}${EXTRACT_SUFX} +BROKEN_armv7= compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing] BROKEN_i386= compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing] BROKEN_powerpc= compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]