svn commit: r429882 - head/math/saga

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 29 09:11:57 UTC 2016


Author: amdmi3
Date: Thu Dec 29 09:11:55 2016
New Revision: 429882
URL: https://svnweb.freebsd.org/changeset/ports/429882

Log:
  - Fix BROKEN: only fails to build on 10.1
  
  Approved by:	portmgr blanket

Modified:
  head/math/saga/Makefile

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Thu Dec 29 09:09:23 2016	(r429881)
+++ head/math/saga/Makefile	Thu Dec 29 09:11:55 2016	(r429882)
@@ -60,8 +60,8 @@ VIGRA_RUN_DEPENDS=	${LOCALBASE}/lib/libv
 
 .include <bsd.port.pre.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1003000
-BROKEN=		does not build on < 10.3 (undefined reference to `__cxa_throw_bad_array_new_length')
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000
+BROKEN=		does not build on 10.1 (undefined reference to `__cxa_throw_bad_array_new_length')
 .endif
 
 SUB_FILES=	pkg-message


More information about the svn-ports-head mailing list