summaryrefslogtreecommitdiff
path: root/devel/cre2
diff options
context:
space:
mode:
authorjoerg <joerg>2016-12-25 21:43:56 +0000
committerjoerg <joerg>2016-12-25 21:43:56 +0000
commit5ae49161ad61dffb5a4c4141d64e1298011f9c8e (patch)
tree21d63259950a3da0b99211cc1236022955eb5d54 /devel/cre2
parent3045bac295a34c2ecfccb3d97f247631279aa85b (diff)
downloadpkgsrc-5ae49161ad61dffb5a4c4141d64e1298011f9c8e.tar.gz
-std=c++11 is a C++-only option, so don't put it in CPPFLAGS.
Diffstat (limited to 'devel/cre2')
-rw-r--r--devel/cre2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cre2/Makefile b/devel/cre2/Makefile
index dd7f567f8e8..c6a242a01bc 100644
--- a/devel/cre2/Makefile
+++ b/devel/cre2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/10/17 14:06:39 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/12/25 21:43:56 joerg Exp $
DISTNAME= cre2
PKGNAME= cre2-0.1b6
@@ -17,7 +17,7 @@ USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
USE_TOOLS+= autoconf autoreconf automake gmake makeinfo
# to avoid configure: error: test for RE2 header failed
-CPPFLAGS+= -std=c++11
+CXXFLAGS+= -std=c++11
INFO_FILES= yes