git: f13248e6ec7a - main - math/giacxcas: Broken on armv7 math/giacxcas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 07:17:23 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f13248e6ec7ade05132a17a90458e7d2527538b4 commit f13248e6ec7ade05132a17a90458e7d2527538b4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-07 07:16:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-07 07:17:06 +0000 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]