diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-03 16:55:56 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-03 16:55:56 +0800 |
commit | 3f1edb0b7a6364684f1ddd42cb551f34b0ea2577 (patch) | |
tree | c01ee6c8ee8d119926defbaac65d75a12090285c /cad | |
parent | 1cc887a898c180e766980365954e8607d3eee6be (diff) | |
download | freebsd-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/Makefile | 14 |
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 \ |