svn commit: r425939 - head/games/pioneer

Antoine Brodin antoine at FreeBSD.org
Sat Nov 12 10:19:52 UTC 2016


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


More information about the svn-ports-all mailing list