svn commit: r429883 - head/print/lilypond-devel

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


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

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

Modified:
  head/print/lilypond-devel/Makefile

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Thu Dec 29 09:11:55 2016	(r429882)
+++ head/print/lilypond-devel/Makefile	Thu Dec 29 09:11:57 2016	(r429883)
@@ -73,8 +73,8 @@ OPTIONS_SUB=	yes
 
 .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
 
 post-patch:


More information about the svn-ports-head mailing list