aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond-devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 09:11:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 09:11:57 +0000
commit60261a550f2d6d1a1897c160e0f61b9456112e12 (patch)
treed6ec5f785ee9dc354c561dd5d91358bde13b9fad /print/lilypond-devel
parentc44ec4a63625ab5d26cfddc19207e3b927901557 (diff)
downloadports-60261a550f2d6d1a1897c160e0f61b9456112e12.tar.gz
ports-60261a550f2d6d1a1897c160e0f61b9456112e12.zip
- Fix BROKEN: only fails to build on 10.1
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=429883
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r--print/lilypond-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 6d50070bf196..e05d6bb9c532 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -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: