Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 19:32:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469960 - head/games/toycars
Message-ID:  <201805141932.w4EJW959018119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141932.w4EJW959018119>