Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2016 09:11:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429882 - head/math/saga
Message-ID:  <201612290911.uBT9Bt9R006854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612290911.uBT9Bt9R006854>