Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2016 09:11:57 +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: r429883 - head/print/lilypond-devel
Message-ID:  <201612290911.uBT9BvQd006939@repo.freebsd.org>

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



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