Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 19:41:53 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483330 - head/games/toycars
Message-ID:  <201810281941.w9SJfrjI059167@repo.freebsd.org>

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



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