diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 09:11:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 09:11:55 +0000 |
commit | c44ec4a63625ab5d26cfddc19207e3b927901557 (patch) | |
tree | 5c7cedcdd64b88c9108c5f71179616f3df78f162 /math/saga | |
parent | fbafa512a3fc5d3487693bfb69b619466ae1bc39 (diff) |
Notes
Diffstat (limited to 'math/saga')
-rw-r--r-- | math/saga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 17318fc77dca..907829569669 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -60,8 +60,8 @@ VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra .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 SUB_FILES= pkg-message |