diff options
Diffstat (limited to 'editors/obby/Makefile')
-rw-r--r-- | editors/obby/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/obby/Makefile b/editors/obby/Makefile index d1c5a712ee5..c358736bc87 100644 --- a/editors/obby/Makefile +++ b/editors/obby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/08/23 14:30:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/11/03 19:10:07 joerg Exp $ # DISTNAME= obby-0.4.7 @@ -16,6 +16,8 @@ USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ +CXXFLAGS+= -std=c++11 + PKGCONFIG_OVERRIDE+= obby-0.4.pc.in .include "../../devel/libsigc++/buildlink3.mk" |