diff options
author | plunky <plunky@pkgsrc.org> | 2017-12-21 08:40:06 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2017-12-21 08:40:06 +0000 |
commit | 118e223aa01136fdfdb37f74cc42c67d355c34c5 (patch) | |
tree | f5c6b6035c469d7ea41f7c285dba7d0efc0f0d9f /cad | |
parent | 196ee5a0aaec36e7489144114e7f5ab48e7f70c9 (diff) | |
download | pkgsrc-118e223aa01136fdfdb37f74cc42c67d355c34c5.tar.gz |
remove -D_GLIBCXX_USE_CXX11_ABI=0 as this is not required and
causing the build to fail
Diffstat (limited to 'cad')
-rw-r--r-- | cad/solvespace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 04bec49fb76..f3e5705359a 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/02/21 20:36:39 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2017/12/21 08:40:06 plunky Exp $ # # # Both of these hashes need to be updated when the solvespace version @@ -35,7 +35,6 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARGS+= -DGIT_COMMIT_HASH=${SOLVESPACE_HASH} -CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" SUBST_CLASSES+= libdxfrw SUBST_STAGE.libdxfrw= post-patch |