summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-10-20 09:40:21 +0000
committertnn <tnn@pkgsrc.org>2015-10-20 09:40:21 +0000
commit74667c39591ccf05ac15ed6ddc3bc16346ba6392 (patch)
treef7486078f0dae1741c83572e05efd5eb4705867f /devel
parent7e833ffaad4980c6c2493f0b39bfce5369bf958b (diff)
downloadpkgsrc-74667c39591ccf05ac15ed6ddc3bc16346ba6392.tar.gz
packages that use libsigc++ need -std=c++11 now
approved by wiz@
Diffstat (limited to 'devel')
-rw-r--r--devel/gconfmm/Makefile3
-rw-r--r--devel/libglademm/Makefile3
-rw-r--r--devel/libgnomemm/Makefile3
-rw-r--r--devel/libgnomeuimm/Makefile3
-rw-r--r--devel/libsexymm/Makefile3
-rw-r--r--devel/libview/Makefile3
6 files changed, 12 insertions, 6 deletions
diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile
index 5ee7a5252cb..7acd11a8aea 100644
--- a/devel/gconfmm/Makefile
+++ b/devel/gconfmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2015/06/12 10:48:49 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2015/10/20 09:40:22 tnn Exp $
DISTNAME= gconfmm-2.28.3
PKGREVISION= 17
@@ -11,6 +11,7 @@ HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ bindings for gconf
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config perl
diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile
index fae0f2ddb9e..5fef424007d 100644
--- a/devel/libglademm/Makefile
+++ b/devel/libglademm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/04/25 14:20:36 tnn Exp $
+# $NetBSD: Makefile,v 1.39 2015/10/20 09:40:22 tnn Exp $
DISTNAME= libglademm-2.6.7
PKGREVISION= 22
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.gtkmm.org/
COMMENT= C++ bindings for libglade
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gm4 gmake pkg-config
diff --git a/devel/libgnomemm/Makefile b/devel/libgnomemm/Makefile
index a25c829f13a..023789b1261 100644
--- a/devel/libgnomemm/Makefile
+++ b/devel/libgnomemm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2015/04/25 14:20:36 tnn Exp $
+# $NetBSD: Makefile,v 1.56 2015/10/20 09:40:22 tnn Exp $
DISTNAME= libgnomemm-2.30.0
PKGREVISION= 23
@@ -11,6 +11,7 @@ HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ bindings for libgnome
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gm4 gmake pkg-config
diff --git a/devel/libgnomeuimm/Makefile b/devel/libgnomeuimm/Makefile
index eacf531adcc..4ce98f0ca41 100644
--- a/devel/libgnomeuimm/Makefile
+++ b/devel/libgnomeuimm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2015/04/25 14:20:36 tnn Exp $
+# $NetBSD: Makefile,v 1.58 2015/10/20 09:40:21 tnn Exp $
DISTNAME= libgnomeuimm-2.28.0
PKGREVISION= 31
@@ -11,6 +11,7 @@ HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ bindings for libgnomeui
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gm4 gmake pkg-config
diff --git a/devel/libsexymm/Makefile b/devel/libsexymm/Makefile
index 0b20b4b32f4..aed2d97f4a0 100644
--- a/devel/libsexymm/Makefile
+++ b/devel/libsexymm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/25 14:20:37 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2015/10/20 09:40:21 tnn Exp $
#
DISTNAME= libsexymm-0.1.9
@@ -14,6 +14,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
PKGCONFIG_OVERRIDE+= libsexy/libsexymm.pc.in
diff --git a/devel/libview/Makefile b/devel/libview/Makefile
index 3ade92dc132..b07049477f1 100644
--- a/devel/libview/Makefile
+++ b/devel/libview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2015/04/25 14:20:37 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2015/10/20 09:40:21 tnn Exp $
#
DISTNAME= libview-0.6.4
@@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
PKGCONFIG_OVERRIDE+= libview.pc.in