aboutsummaryrefslogtreecommitdiff
path: root/games/pioneer
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-12 10:19:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-12 10:19:51 +0000
commitc233d7e5c03fe607a022c18a685e6b1bf202ede9 (patch)
tree80b5e57a9b9b5775c397841aa0759f0abd1c1829 /games/pioneer
parent8c78c170c5243e04dda2c4bc37937429f1f0b4b3 (diff)
downloadports-c233d7e5c03fe607a022c18a685e6b1bf202ede9.tar.gz
ports-c233d7e5c03fe607a022c18a685e6b1bf202ede9.zip
Notes
Diffstat (limited to 'games/pioneer')
-rw-r--r--games/pioneer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile
index 1298fc055909..172362763bb9 100644
--- a/games/pioneer/Makefile
+++ b/games/pioneer/Makefile
@@ -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