diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-02-09 17:08:53 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-02-11 12:48:58 +0100 |
commit | f4164e08117a79c8613792427f80f4b2b4345d30 (patch) | |
tree | 474b6b239377cfd76656db63c3f351b363c5e390 /math | |
parent | 081f8f51e590831ce0f2a29835ea21048d807c55 (diff) | |
download | freebsd-ports-f4164e08117a79c8613792427f80f4b2b4345d30.zip |
math/giacxcas: mark broken on powerpc
Diffstat (limited to 'math')
-rw-r--r-- | math/giacxcas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index 557f52b5fcf3..ca484e46d13f 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -22,6 +22,7 @@ LICENSE_PERMS_DOC= dist-mirror pkg-mirror auto-accept LICENSE_DISTFILES_DOC= giac_${DISTVERSION}${EXTRACT_SUFX} 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] BUILD_DEPENDS= bash:shells/bash \ hevea:textproc/hevea |