diff options
author | tnn <tnn> | 2015-10-20 09:40:21 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-10-20 09:40:21 +0000 |
commit | 7bb55825aa761589be28847e0f91e1796737879d (patch) | |
tree | f7486078f0dae1741c83572e05efd5eb4705867f /x11/gtkmm-utils | |
parent | 1ae719983bfc9e578f60854144b6d49e264e8128 (diff) | |
download | pkgsrc-7bb55825aa761589be28847e0f91e1796737879d.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 |