aboutsummaryrefslogtreecommitdiff
path: root/games/scourge
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-04-04 17:38:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-04-04 17:38:10 +0000
commitc1a541e10b6da4e977a1c56303ca18763254bc5e (patch)
treebd99c1f9fd4d9ff682c82dc5739770a4ca386b18 /games/scourge
parentf390ea6077c7f2203c80030dda537ba49703381a (diff)
downloadports-c1a541e10b6da4e977a1c56303ca18763254bc5e.tar.gz
ports-c1a541e10b6da4e977a1c56303ca18763254bc5e.zip
Notes
Diffstat (limited to 'games/scourge')
-rw-r--r--games/scourge/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile
index 3dfd60bd5578..cadcd16aeed2 100644
--- a/games/scourge/Makefile
+++ b/games/scourge/Makefile
@@ -15,12 +15,13 @@ COMMENT= Rogue-like game
LIB_DEPENDS= libfreetype.so:print/freetype2
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/config/scourge.cfg:games/scourge-data
-USES= autoreconf gettext gmake localbase
+USES= autoreconf compiler gettext gmake localbase
GNU_CONFIGURE= yes
USE_GL= gl
USE_SDL= sdl image mixer net ttf
-CXXFLAGS+= -Wno-c++11-narrowing
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
CONFIGURE_ARGS= --with-data-dir=${DATADIR}