summaryrefslogtreecommitdiff
path: root/graphics/exiv2-organize/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2014-02-21 20:26:03 +0000
committerjoerg <joerg>2014-02-21 20:26:03 +0000
commit96f97c3d4574e4aeb22e0bfd011bf3171dd0500b (patch)
tree42fb348282f2909c423b720428ec4c3201aef537 /graphics/exiv2-organize/Makefile
parentbbf4e2d5301ac846784e3dd285465881704ff81c (diff)
downloadpkgsrc-96f97c3d4574e4aeb22e0bfd011bf3171dd0500b.tar.gz
Request C++11 support for Clang, so that linking works.
Diffstat (limited to 'graphics/exiv2-organize/Makefile')
-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 cf75e0fa6b8..f0337889d20 100644
--- a/graphics/exiv2-organize/Makefile
+++ b/graphics/exiv2-organize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/11/20 20:04:37 adam Exp $
+# $NetBSD: Makefile,v 1.23 2014/02/21 20:26:03 joerg Exp $
DISTNAME= exiv2-0.23
PKGNAME= exiv2-organize-0.23
@@ -31,6 +31,8 @@ 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
+.elif !empty(PKGSRC_COMPILER:Mclang)
+_WRAP_EXTRA_ARGS.CXX+= -std=c++11
.endif
.include "../../graphics/exiv2/buildlink3.mk"