aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-03 16:55:56 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-03 16:55:56 +0800
commit3f1edb0b7a6364684f1ddd42cb551f34b0ea2577 (patch)
treec01ee6c8ee8d119926defbaac65d75a12090285c /cad
parent1cc887a898c180e766980365954e8607d3eee6be (diff)
downloadfreebsd-ports-gnome-3f1edb0b7a6364684f1ddd42cb551f34b0ea2577.tar.gz
freebsd-ports-gnome-3f1edb0b7a6364684f1ddd42cb551f34b0ea2577.tar.zst
freebsd-ports-gnome-3f1edb0b7a6364684f1ddd42cb551f34b0ea2577.zip
cad/openvsp: drop 10.1 workaround (revert r428665) per EOL
PR: 214863 215307 Approved by: portmgr blanket
Diffstat (limited to 'cad')
-rw-r--r--cad/openvsp/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index aad42d095c44..b5b773782f2b 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -37,19 +37,7 @@ WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_PROJECT}_${PORTVERSION}
CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
-USES= cmake:outsource jpeg
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000
-# Fails to build with GCC 4.9 in 10.1
-USE_GCC= 4.8
-LDFLAGS+= -L${LOCALBASE}/lib/c++
-CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1
-BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++
-.else
-USES += compiler:gcc-c++11-lib
-.endif
+USES= cmake:outsource compiler:gcc-c++11-lib jpeg
CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \
-DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \