aboutsummaryrefslogtreecommitdiff
path: root/games/toycars
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-14 19:32:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-14 19:32:09 +0000
commitfff6da0e782b150da1acce9e2b93c993c8ba3a55 (patch)
treebad3f2d396ef6e606139e21328c6fe500909f562 /games/toycars
parentb8dbe5eaa1aac5dc251240b28de58518b621798d (diff)
downloadports-fff6da0e782b150da1acce9e2b93c993c8ba3a55.tar.gz
ports-fff6da0e782b150da1acce9e2b93c993c8ba3a55.zip
- Fix build with clang 6.0
Notes
Notes: svn path=/head/; revision=469960
Diffstat (limited to 'games/toycars')
-rw-r--r--games/toycars/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile
index 0ff00800ba89..257f3db479e8 100644
--- a/games/toycars/Makefile
+++ b/games/toycars/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USE_SDL= image sdl
USE_GL= gl glu
+CXXFLAGS+= -Wno-c++11-narrowing
+
PLIST_FILES= bin/toycars \
bin/toycars_track_editor \
bin/toycars_vehicle_editor