diff options
Diffstat (limited to 'editors/gobby/Makefile')
-rw-r--r-- | editors/gobby/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index c9cd4edbbff..649b015d0bf 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/08/23 14:30:38 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/11/03 19:10:07 joerg Exp $ DISTNAME= gobby-0.4.12 PKGREVISION= 23 @@ -15,6 +15,8 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes +CXXFLAGS+= -std=c++11 + .include "options.mk" .include "../../devel/glibmm/buildlink3.mk" |