diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 08:44:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 08:44:59 +0000 |
commit | 857289785e0b8d664455e93bb12a29460fba4ba1 (patch) | |
tree | 57e3df27ee0597a92af08e8e4446999e89102829 /math/saga/Makefile | |
parent | 33cc45155af5ca5553187cbe7e4a0bc0bc74c8ce (diff) | |
download | ports-857289785e0b8d664455e93bb12a29460fba4ba1.tar.gz ports-857289785e0b8d664455e93bb12a29460fba4ba1.zip |
lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
PR: 214863
Notes
Notes:
svn path=/head/; revision=430445
Diffstat (limited to 'math/saga/Makefile')
-rw-r--r-- | math/saga/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 907829569669..633a172a7d1f 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -60,10 +60,6 @@ VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra .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 - SUB_FILES= pkg-message post-extract: |