aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-07-30 08:17:16 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-07-30 08:17:16 +0000
commitcdc08c7a12ba1b4559542fc17b36902c905e59e1 (patch)
tree05ec259f606ced03b761a803d9bae16778526555 /games
parent67aaff627b8d4bb638ab912d38a84707d19959d0 (diff)
downloadports-cdc08c7a12ba1b4559542fc17b36902c905e59e1.tar.gz
ports-cdc08c7a12ba1b4559542fc17b36902c905e59e1.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/xconq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index 09d086cb5d3b..fa22efff5f9f 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-alternate-scoresdir=${SCOREDIR} \
--enable-alternate-gameuser=root \
--enable-alternate-gamegroup=games
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
MAKE_ARGS= GAMEPERM=755 DIRPERM=775 FILEPERM=664
MAKE_JOBS_UNSAFE= yes