From 949eabee0291cf3cc2bbc2572b47d83465d54b50 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 20 Oct 2015 09:40:21 +0000 Subject: packages that use libsigc++ need -std=c++11 now approved by wiz@ --- graphics/gimmage/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/gimmage') diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index 53b420b80ca..0c35f1d2bfe 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/04/25 14:23:10 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2015/10/20 09:40:21 tnn Exp $ # DISTNAME= gimmage-0.2.3 @@ -13,6 +13,7 @@ COMMENT= GTKMM-based image viewing program GNU_CONFIGURE= yes INSTALLATION_DIRS= share/doc/gimmage USE_LANGUAGES= c c++ +CXXFLAGS+= -std=c++11 USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config -- cgit v1.2.3