From 8564886209bb09be0ef46c3e22ef7feb8809b68b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 29 Dec 2016 09:11:57 +0000 Subject: - Fix BROKEN: only fails to build on 10.1 Approved by: portmgr blanket --- print/lilypond-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') 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 -.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: -- cgit