aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-09-27 19:07:22 +0800
committerlinimon <linimon@FreeBSD.org>2018-09-27 19:07:22 +0800
commit4c32284dff78b6fbe1c1602f84c8d16b19710050 (patch)
tree764fa432bdc06f5e481c5a62170609c0c3093817 /games
parentc2a97ba5e6df9a7de136817ed4e77e7e2269dd61 (diff)
downloadfreebsd-ports-gnome-4c32284dff78b6fbe1c1602f84c8d16b19710050.tar.gz
freebsd-ports-gnome-4c32284dff78b6fbe1c1602f84c8d16b19710050.tar.zst
freebsd-ports-gnome-4c32284dff78b6fbe1c1602f84c8d16b19710050.zip
Fix cut-and-paste error that broke the build.
Pointy hat to: linimon
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}