summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-12 17:38:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-12 17:38:26 +0000
commit3e9f8351e914562c6010bd85ac1c07708a161053 (patch)
treebb042772e8f978ca3b7b3e6b6ad1188fb22760e9 /games
parent- Update to 0.2.2 (diff)
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
Notes
Notes: svn path=/head/; revision=425968
Diffstat (limited to 'games')
-rw-r--r--games/libretro-cores/Makefile2
-rw-r--r--games/stonesoup/Makefile2
-rw-r--r--games/wyrmgus/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/libretro-cores/Makefile b/games/libretro-cores/Makefile
index ae49fb38d06e..00988ba9eaab 100644
--- a/games/libretro-cores/Makefile
+++ b/games/libretro-cores/Makefile
@@ -104,7 +104,7 @@ DOS2UNIX_FILES= hatari/Makefile.libretro
.include <bsd.port.pre.mk>
# Avoid a lot of patching for 9.
-.if ${COMPILER_TYPE} == gcc
+.if ${CHOSEN_COMPILER_TYPE} == gcc
USE_CXXSTD= gnu++11
.endif
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile
index 238b43da65db..20064d47bc57 100644
--- a/games/stonesoup/Makefile
+++ b/games/stonesoup/Makefile
@@ -70,7 +70,7 @@ LUA_MAKE_ARGS_OFF= NO_LUA_BINDINGS=yes
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE} != clang
+.if ${CHOSEN_COMPILER_TYPE} != clang
CFLAGS+= -D_GLIBCXX_USE_C99
.endif
diff --git a/games/wyrmgus/Makefile b/games/wyrmgus/Makefile
index b8336f0a2e03..3efc992e566f 100644
--- a/games/wyrmgus/Makefile
+++ b/games/wyrmgus/Makefile
@@ -69,7 +69,7 @@ PHYSFS_CMAKE_OFF= -DWITH_PHYSFS:BOOL=OFF
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE} == gcc
+.if ${CHOSEN_COMPILER_TYPE} == gcc
CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD
.endif