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 /devel/libgnomeuimm | |
parent | 7e833ffaad4980c6c2493f0b39bfce5369bf958b (diff) | |
download | pkgsrc-74667c39591ccf05ac15ed6ddc3bc16346ba6392.tar.gz |
packages that use libsigc++ need -std=c++11 now
approved by wiz@
Diffstat (limited to 'devel/libgnomeuimm')
-rw-r--r-- | devel/libgnomeuimm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgnomeuimm/Makefile b/devel/libgnomeuimm/Makefile index eacf531adcc..4ce98f0ca41 100644 --- a/devel/libgnomeuimm/Makefile +++ b/devel/libgnomeuimm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/04/25 14:20:36 tnn Exp $ +# $NetBSD: Makefile,v 1.58 2015/10/20 09:40:21 tnn Exp $ DISTNAME= libgnomeuimm-2.28.0 PKGREVISION= 31 @@ -11,6 +11,7 @@ HOMEPAGE= http://gtkmm.sourceforge.net/ COMMENT= C++ bindings for libgnomeui USE_LANGUAGES= c c++ +CXXFLAGS+= -std=c++11 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gm4 gmake pkg-config |