svn commit: r483330 - head/games/toycars

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 19:41:54 UTC 2018


Author: linimon
Date: Sun Oct 28 19:41:53 2018
New Revision: 483330
URL: https://svnweb.freebsd.org/changeset/ports/483330

Log:
  Fix build with GCC-based architectures.
  
  PR:		232129
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/toycars/Makefile

Modified: head/games/toycars/Makefile
==============================================================================
--- head/games/toycars/Makefile	Sun Oct 28 19:37:12 2018	(r483329)
+++ head/games/toycars/Makefile	Sun Oct 28 19:41:53 2018	(r483330)
@@ -15,12 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 
-USES=		gmake localbase
+USES=		gl gmake localbase
+USE_CXXSTD=	c++98
 GNU_CONFIGURE=	yes
 USE_SDL=	image sdl
 USE_GL=		gl glu
-
-CXXFLAGS+=	-Wno-c++11-narrowing
 
 PLIST_FILES=	bin/toycars \
 		bin/toycars_track_editor \


More information about the svn-ports-all mailing list