aboutsummaryrefslogtreecommitdiff
path: root/math/ceres-solver
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 08:44:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 08:44:59 +0000
commit857289785e0b8d664455e93bb12a29460fba4ba1 (patch)
tree57e3df27ee0597a92af08e8e4446999e89102829 /math/ceres-solver
parent33cc45155af5ca5553187cbe7e4a0bc0bc74c8ce (diff)
downloadports-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/ceres-solver')
-rw-r--r--math/ceres-solver/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index a539463c6211..3a9bcbb796c7 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -108,10 +108,4 @@ post-install-EXAMPLES-on:
@${RM} -r ${STAGEDIR}${EXAMPLESDIR}/bin/*_test
-@${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/bin/* # may fail for non-root
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000
-BROKEN= does not build on FreeBSD 10.1 (undefined reference to `__cxa_throw_bad_array_new_length')
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>