diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-20 09:40:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-20 09:40:21 +0000 |
commit | 49730a60737e1d8a9c6d35989a7d20261be90d30 (patch) | |
tree | f7486078f0dae1741c83572e05efd5eb4705867f /x11/gtkmm-utils | |
parent | a2f4e18abf2022b0e45343b7452ae10ae332d253 (diff) | |
download | pkgsrc-49730a60737e1d8a9c6d35989a7d20261be90d30.tar.gz |
packages that use libsigc++ need -std=c++11 now
approved by wiz@
Diffstat (limited to 'x11/gtkmm-utils')
-rw-r--r-- | x11/gtkmm-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtkmm-utils/Makefile b/x11/gtkmm-utils/Makefile index 3f8475065c6..975320e7c3f 100644 --- a/x11/gtkmm-utils/Makefile +++ b/x11/gtkmm-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/04/25 14:25:06 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2015/10/20 09:40:21 tnn Exp $ # DISTNAME= gtkmm-utils-0.4.1 @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c++ +CXXFLAGS+= -std=c++11 PKGCONFIG_OVERRIDE+= glibmm-utils/glibmm-utils.pc.in PKGCONFIG_OVERRIDE+= gtkmm-utils/gtkmm-utils.pc.in |