pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cre2



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Dec 25 21:43:56 UTC 2016

Modified Files:
        pkgsrc/devel/cre2: Makefile

Log Message:
-std=c++11 is a C++-only option, so don't put it in CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cre2/Makefile

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

Modified files:

Index: pkgsrc/devel/cre2/Makefile
diff -u pkgsrc/devel/cre2/Makefile:1.3 pkgsrc/devel/cre2/Makefile:1.4
--- pkgsrc/devel/cre2/Makefile:1.3      Mon Oct 17 14:06:39 2016
+++ pkgsrc/devel/cre2/Makefile  Sun Dec 25 21:43:56 2016
@@ -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
 



Home | Main Index | Thread Index | Old Index