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 | 74667c39591ccf05ac15ed6ddc3bc16346ba6392 (patch) | |
tree | f7486078f0dae1741c83572e05efd5eb4705867f /x11/gtkmm-utils | |
parent | 7e833ffaad4980c6c2493f0b39bfce5369bf958b (diff) | |
download | pkgsrc-74667c39591ccf05ac15ed6ddc3bc16346ba6392.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 |