diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-29 17:11:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-29 17:11:57 +0800 |
commit | 8564886209bb09be0ef46c3e22ef7feb8809b68b (patch) | |
tree | d6ec5f785ee9dc354c561dd5d91358bde13b9fad /print | |
parent | fa31ae53eef278c409e0fb828570b19db39ea260 (diff) | |
download | freebsd-ports-gnome-8564886209bb09be0ef46c3e22ef7feb8809b68b.tar.gz freebsd-ports-gnome-8564886209bb09be0ef46c3e22ef7feb8809b68b.tar.zst freebsd-ports-gnome-8564886209bb09be0ef46c3e22ef7feb8809b68b.zip |
- Fix BROKEN: only fails to build on 10.1
Approved by: portmgr blanket
Diffstat (limited to 'print')
-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: |