From e60779f31deede09925b201915bbd007ef5b7b26 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 26 Feb 2013 11:15:43 +0000 Subject: Needs C++11 when buildign with clang. --- games/wesnoth/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index c6eb8b38110..f425ab6759e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2013/02/16 11:21:29 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2013/02/26 11:15:43 joerg Exp $ DISTNAME= wesnoth-1.10.5 PKGREVISION= 2 @@ -57,6 +57,11 @@ BUILDLINK_TRANSFORM+= rm:-Werror USE_TOOLS+= gmake .endif +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +CXXFLAGS+= -std=c++11 +.endif + PLIST_VARS+= icons .if ${OPSYS} != "Darwin" -- cgit v1.2.3