aboutsummaryrefslogtreecommitdiff
path: root/games/apricots/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 08:47:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 08:47:31 +0000
commit03cf2e0916b5eadaaa5d50ad8034f0f648102053 (patch)
tree2e7efe898622c1415ef112d3cb11991db31f4790 /games/apricots/Makefile
parent0d005beba9e28875a2ea08dc3dd55d446547630a (diff)
downloadports-03cf2e0916b5eadaaa5d50ad8034f0f648102053.tar.gz
ports-03cf2e0916b5eadaaa5d50ad8034f0f648102053.zip
Notes
Diffstat (limited to 'games/apricots/Makefile')
-rw-r--r--games/apricots/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/apricots/Makefile b/games/apricots/Makefile
index 469c768c0987..a55f39fbb8e0 100644
--- a/games/apricots/Makefile
+++ b/games/apricots/Makefile
@@ -11,8 +11,8 @@ MASTER_SITES= http://www.fishies.org.uk/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fly a little plane around and shoot things and drop bombs
+USES= compiler dos2unix
USE_SDL= sdl
-USES= dos2unix
DOS2UNIX_GLOB= *.cpp
SUB_FILES= ${PORTNAME}
@@ -22,7 +22,8 @@ PORTDOCS= *
CPPFLAGS+= -DAP_PATH="\"${DATADIR}/\""
LLD_UNSAFE= yes
-CXXFLAGS+= -Wno-c++11-narrowing
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
DESKTOP_ENTRIES="Apricots" \
"${COMMENT}" \