svn commit: r469960 - head/games/toycars
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 14 19:32:10 UTC 2018
Author: amdmi3
Date: Mon May 14 19:32:09 2018
New Revision: 469960
URL: https://svnweb.freebsd.org/changeset/ports/469960
Log:
- Fix build with clang 6.0
Modified:
head/games/toycars/Makefile
Modified: head/games/toycars/Makefile
==============================================================================
--- head/games/toycars/Makefile Mon May 14 19:31:51 2018 (r469959)
+++ head/games/toycars/Makefile Mon May 14 19:32:09 2018 (r469960)
@@ -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
More information about the svn-ports-all
mailing list