summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-18 04:58:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-18 04:58:05 +0000
commita140ad1abaa2956300068d7e9f0520796faae282 (patch)
tree322caf8ad2c647fdd2e86602f5a2c1669e629466
parentAlso broken on aarch64 and mips. (diff)
Also broken on aarch64.
Notes
Notes: svn path=/head/; revision=456590
-rw-r--r--devel/ppl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index 9bf74ccc408d..32f3a70445c1 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -17,6 +17,7 @@ BUILD_DEPENDS= gm4:devel/m4
LIB_DEPENDS= libglpk.so:math/glpk \
libgmp.so:math/gmp
+BROKEN_aarch64= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
BROKEN_armv6= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
BROKEN_armv7= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'