svn commit: r456590 - head/devel/ppl

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 04:58:07 UTC 2017


Author: linimon
Date: Mon Dec 18 04:58:05 2017
New Revision: 456590
URL: https://svnweb.freebsd.org/changeset/ports/456590

Log:
  Also broken on aarch64.

Modified:
  head/devel/ppl/Makefile

Modified: head/devel/ppl/Makefile
==============================================================================
--- head/devel/ppl/Makefile	Mon Dec 18 04:52:04 2017	(r456589)
+++ head/devel/ppl/Makefile	Mon Dec 18 04:58:05 2017	(r456590)
@@ -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'
 


More information about the svn-ports-head mailing list