summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-11-03 19:10:07 +0000
committerjoerg <joerg@pkgsrc.org>2015-11-03 19:10:07 +0000
commit6d6bc1ce3e7f870bdb3d30a632c5924445e9252e (patch)
tree1a5e5573293125fd7da6ac08fac8187d7f48789e /editors
parent30cd361b6f182fa3013d3629eadae646f6bfca29 (diff)
downloadpkgsrc-6d6bc1ce3e7f870bdb3d30a632c5924445e9252e.tar.gz
Add -std=c++11 now required by libsigc++.
Diffstat (limited to 'editors')
-rw-r--r--editors/gobby/Makefile4
-rw-r--r--editors/mlview/Makefile4
-rw-r--r--editors/obby/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index c9cd4edbbff..649b015d0bf 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/08/23 14:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2015/11/03 19:10:07 joerg Exp $
DISTNAME= gobby-0.4.12
PKGREVISION= 23
@@ -15,6 +15,8 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= yes
+CXXFLAGS+= -std=c++11
+
.include "options.mk"
.include "../../devel/glibmm/buildlink3.mk"
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile
index 9a92426fa58..1ac2ecdfbee 100644
--- a/editors/mlview/Makefile
+++ b/editors/mlview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/04/25 14:20:42 tnn Exp $
+# $NetBSD: Makefile,v 1.74 2015/11/03 19:10:07 joerg Exp $
#
DISTNAME= mlview-0.9.0
@@ -20,6 +20,8 @@ MAKE_JOBS_SAFE= no
GCONF_SCHEMAS= mlview.schemas
+CXXFLAGS+= -std=c++11
+
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
diff --git a/editors/obby/Makefile b/editors/obby/Makefile
index d1c5a712ee5..c358736bc87 100644
--- a/editors/obby/Makefile
+++ b/editors/obby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/08/23 14:30:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/11/03 19:10:07 joerg Exp $
#
DISTNAME= obby-0.4.7
@@ -16,6 +16,8 @@ USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
+
PKGCONFIG_OVERRIDE+= obby-0.4.pc.in
.include "../../devel/libsigc++/buildlink3.mk"