diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 09:11:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 09:11:57 +0000 |
commit | 60261a550f2d6d1a1897c160e0f61b9456112e12 (patch) | |
tree | d6ec5f785ee9dc354c561dd5d91358bde13b9fad /print/lilypond-devel | |
parent | - Fix BROKEN: only fails to build on 10.1 (diff) |
- Fix BROKEN: only fails to build on 10.1
Approved by: portmgr blanket
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 4 |
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: |