aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-27 11:07:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-27 11:07:22 +0000
commit524345a6d06a29c3b676b5c5b342a9d62d3a628f (patch)
tree764fa432bdc06f5e481c5a62170609c0c3093817 /games
parentd5081cda017046af67d4d5633aa772aac39e993a (diff)
downloadports-524345a6d06a29c3b676b5c5b342a9d62d3a628f.tar.gz
ports-524345a6d06a29c3b676b5c5b342a9d62d3a628f.zip
Fix cut-and-paste error that broke the build.
Pointy hat to: linimon
Notes
Notes: svn path=/head/; revision=480798
Diffstat (limited to 'games')
-rw-r--r--games/linwarrior/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linwarrior/Makefile b/games/linwarrior/Makefile
index c9196be05fc0..0755b6082bf7 100644
--- a/games/linwarrior/Makefile
+++ b/games/linwarrior/Makefile
@@ -17,8 +17,8 @@ USE_GL= gl glu
USE_SDL= sdl
LLD_UNSAFE= yes
-CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang= -Wno-c++11-narrowing
+CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}}
+CFLAGS_clang= -Wno-c++11-narrowing
WRKSRC= ${WRKDIR}/${PORTNAME}