diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
commit | 82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /math/reduce | |
parent | Update to 1.8.4. (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441468
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 58f461ce72f0..a2c2bfd3aafd 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -14,6 +14,8 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= gnuplot:math/gnuplot +BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type + USES= autoreconf:build gmake libtool ncurses TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --build=${TARGET_SDIR} |