pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cppunit
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Apr 20 08:39:04 UTC 2017
Modified Files:
pkgsrc/devel/cppunit: buildlink3.mk
Log Message:
Enable C++11 for all dependencies of cppunit, required as cppunit is now
built with it enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/cppunit/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cppunit/buildlink3.mk
diff -u pkgsrc/devel/cppunit/buildlink3.mk:1.9 pkgsrc/devel/cppunit/buildlink3.mk:1.10
--- pkgsrc/devel/cppunit/buildlink3.mk:1.9 Mon May 7 01:53:20 2012
+++ pkgsrc/devel/cppunit/buildlink3.mk Thu Apr 20 08:39:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2012/05/07 01:53:20 dholland Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2017/04/20 08:39:03 jperkin Exp $
BUILDLINK_TREE+= cppunit
@@ -11,4 +11,7 @@ BUILDLINK_PKGSRCDIR.cppunit?= ../../deve
BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit
.endif # CPPUNIT_BUILDLINK3_MK
+# cppunit enables C++11 so all dependencies must be built the same way
+CXXFLAGS+= -std=c++11
+
BUILDLINK_TREE+= -cppunit
Home |
Main Index |
Thread Index |
Old Index