summaryrefslogtreecommitdiff
path: root/cad/openscad
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-01 12:39:16 +0000
committerjoerg <joerg>2014-12-01 12:39:16 +0000
commit0b0d2e1ea434a6eee8d54d325c60e3d66a24caad (patch)
treea72e8e5f647f1d5a7090f9839adb32b77937d891 /cad/openscad
parentb3739ec7330393b1e3f0ac1aedba8ac43f340a61 (diff)
downloadpkgsrc-0b0d2e1ea434a6eee8d54d325c60e3d66a24caad.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 1f30705d715..c4366bbe101 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/11/07 19:39:27 adam Exp $
+# $NetBSD: Makefile,v 1.31 2014/12/01 12:39:16 joerg Exp $
#
PKGNAME= openscad-2011.12
@@ -38,6 +38,7 @@ pre-build:
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -std=c++11 -Wno-c++11-narrowing
+CWRAPPERS_APPEND.cxx+= -std=c++11 -Wno-c++11-narrowing
.endif
# DragonFly requires FlexLexer.h from pkgsrc - base doesn't cut it.