summaryrefslogtreecommitdiff
path: root/x11/gtkmm
diff options
context:
space:
mode:
authortnn <tnn>2015-10-15 14:19:54 +0000
committertnn <tnn>2015-10-15 14:19:54 +0000
commitf0310d1eafc9ef6faf8ee5bf42e033f674adf425 (patch)
treead717ecdc91ca3aaff9f6a35cd9da4a1bd031a32 /x11/gtkmm
parent8539938995b43d35c7f90c8272a689a66411fe51 (diff)
downloadpkgsrc-f0310d1eafc9ef6faf8ee5bf42e033f674adf425.tar.gz
Add -std=c++11 to CXXFLAGS to fix some high value packages, pending
tech-pkg@ discussion on how to better declare need for C++11. This is necessary due to libsigc++ headers and will probably be required for everything that depends on gtkmm{,3}. (there are ~25 or so such packages in pkgsrc the I have not yet tested)
Diffstat (limited to 'x11/gtkmm')
-rw-r--r--x11/gtkmm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index 308110faa3a..e16432881ea 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2015/06/12 10:52:17 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2015/10/15 14:19:54 tnn Exp $
DISTNAME= gtkmm-2.24.4
PKGREVISION= 6
@@ -12,6 +12,7 @@ COMMENT= C++ interface to Gtk+ v2
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:run pkg-config
GNU_CONFIGURE= yes