svn commit: r372373 - head/games/fgrun
Gerald Pfeifer
gerald at pfeifer.com
Sun Nov 9 21:29:09 UTC 2014
On Sunday 2014-11-09 20:31, Ganael LAPLANCHE wrote:
> Modified: head/games/fgrun/Makefile
> ==============================================================================
> +.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
> +USE_GCC= 4.6+
> +.endif
Can you please make this USE_GCC=yes ? (Or I can make this change.)
Bapt and myself have spent a fair amount of effort getting rid
of all versioned uses of USE_GCC.
Thanks,
Gerald
More information about the svn-ports-all
mailing list