pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/solvespace



Module Name:    pkgsrc
Committed By:   plunky
Date:           Thu Dec 21 08:40:06 UTC 2017

Modified Files:
        pkgsrc/cad/solvespace: Makefile

Log Message:
remove -D_GLIBCXX_USE_CXX11_ABI=0 as this is not required and
causing the build to fail


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cad/solvespace/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/solvespace/Makefile
diff -u pkgsrc/cad/solvespace/Makefile:1.1 pkgsrc/cad/solvespace/Makefile:1.2
--- pkgsrc/cad/solvespace/Makefile:1.1  Tue Feb 21 20:36:39 2017
+++ pkgsrc/cad/solvespace/Makefile      Thu Dec 21 08:40:06 2017
@@ -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



Home | Main Index | Thread Index | Old Index