diff options
Diffstat (limited to 'math/giacxcas/Makefile')
-rw-r--r-- | math/giacxcas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index ca484e46d13f..db40fb203ed2 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -1,5 +1,6 @@ PORTNAME= giacxcas DISTVERSION= 1.9.0-85 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://cocoa.dima.unige.it/cocoa/cocoalib/tgz/:cocoa \ @@ -21,6 +22,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] |