diff options
Diffstat (limited to 'textproc/FlightCrew')
-rw-r--r-- | textproc/FlightCrew/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/FlightCrew/Makefile b/textproc/FlightCrew/Makefile index 52440379d11..fa6b47a58d3 100644 --- a/textproc/FlightCrew/Makefile +++ b/textproc/FlightCrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/11/07 19:39:42 adam Exp $ +# $NetBSD: Makefile,v 1.32 2014/12/01 12:39:18 joerg Exp $ # DISTNAME= FlightCrew-0.7.2-Code @@ -41,8 +41,10 @@ SUBST_FILTER_CMD.d2u= ${TR} -d '\r' # GCC 4.4 and above needs this .if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*) _WRAP_EXTRA_ARGS.CXX+= -std=c++0x +CWRAPPERS_APPEND.cxx+= -std=c++0x .elif !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CXX+= -std=c++11 +CWRAPPERS_APPEND.cxx+= -std=c++11 .endif .include "../../devel/googletest/buildlink3.mk" |