diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-03 16:44:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-03 16:44:59 +0800 |
commit | 1cc887a898c180e766980365954e8607d3eee6be (patch) | |
tree | 57e3df27ee0597a92af08e8e4446999e89102829 /print/lilypond-devel | |
parent | ccd673257f65db177373651a93e36e42b5412409 (diff) | |
download | freebsd-ports-gnome-1cc887a898c180e766980365954e8607d3eee6be.tar.gz freebsd-ports-gnome-1cc887a898c180e766980365954e8607d3eee6be.tar.zst freebsd-ports-gnome-1cc887a898c180e766980365954e8607d3eee6be.zip |
lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
PR: 214863
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index e05d6bb9c532..3209b3343da7 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -71,12 +71,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -.include <bsd.port.pre.mk> - -.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: ${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \ ${REINPLACE_CMD} -e 's|isinf[ ]*(|::isinf(|g' -e 's|isnan|::isnan|g' @@ -91,4 +85,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so (cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${PORTVERSION} current) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |