svn commit: r425939 - head/games/pioneer

Guido Falsi mad at madpilot.net
Sat Nov 12 10:25:03 UTC 2016


On 11/12/16 11:19, Antoine Brodin wrote:
> Author: antoine
> Date: Sat Nov 12 10:19:51 2016
> New Revision: 425939
> URL: https://svnweb.freebsd.org/changeset/ports/425939
> 
> Log:
>   Spell CHOSEN_COMPILER_TYPE correctly
> 
> Modified:
>   head/games/pioneer/Makefile
> 
> Modified: head/games/pioneer/Makefile
> ==============================================================================
> --- head/games/pioneer/Makefile	Sat Nov 12 10:14:09 2016	(r425938)
> +++ head/games/pioneer/Makefile	Sat Nov 12 10:19:51 2016	(r425939)
> @@ -72,7 +72,7 @@ PROFILER_CONFIGURE_ON=	--enable-profiler
>  
>  .include <bsd.port.pre.mk>
>  
> -.if ${COMPILER_TYPE} == gcc
> +.if ${CHOSEN_COMPILER_TYPE} == gcc
>  # Unhide std::to_string() for GCC (ports/193528)
>  CXXFLAGS+=	-D_GLIBCXX_USE_C99
>  .endif
> 

Thanks! This one slipped me!

-- 
Guido Falsi <mad at madpilot.net>


More information about the svn-ports-all mailing list