svn commit: r371661 - in head/games: . pioneer pioneer/files

Gerald Pfeifer gerald at pfeifer.com
Thu Oct 30 17:50:02 UTC 2014


On Wednesday 2014-10-29 04:40, Dmitry Marakasov wrote:
> +.if ${OSVERSION} < 1000054
> +USE_GCC=	yes
> +.else
> +USES+=		compiler:c++11-lang
> +CPPFLAGS+=	-I${LOCALBASE}/include
> +.endif

Why doesn't USES+=compiler:c++11-lang work work on older versions
of FreeBSD as well?

Gerald


More information about the svn-ports-head mailing list