summaryrefslogtreecommitdiff
path: root/graphics/exiv2-organize
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 /graphics/exiv2-organize
parentb3739ec7330393b1e3f0ac1aedba8ac43f340a61 (diff)
downloadpkgsrc-0b0d2e1ea434a6eee8d54d325c60e3d66a24caad.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'graphics/exiv2-organize')
-rw-r--r--graphics/exiv2-organize/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/exiv2-organize/Makefile b/graphics/exiv2-organize/Makefile
index 254632c7e4f..4f9324c4230 100644
--- a/graphics/exiv2-organize/Makefile
+++ b/graphics/exiv2-organize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/06/05 07:12:53 adam Exp $
+# $NetBSD: Makefile,v 1.26 2014/12/01 12:39:17 joerg Exp $
.include "../../graphics/exiv2/Makefile.common"
@@ -16,8 +16,10 @@ do-install:
# GCC 4.4 and above needs this
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
_WRAP_EXTRA_ARGS.CXX+= -std=c++0x
+CWRAPPERS_APPEND.cxx+= -std=c++0x
.elif !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -std=c++11
+CWRAPPERS_APPEND.cxx+= -std=c++11
.endif
.include "../../graphics/exiv2/buildlink3.mk"