svn commit: r488615 - head/games/flyhard

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 28 18:20:04 UTC 2018


Author: amdmi3
Date: Fri Dec 28 18:20:03 2018
New Revision: 488615
URL: https://svnweb.freebsd.org/changeset/ports/488615

Log:
  - Fix build with newer compilers in portable way, by specifying C++ standard

Modified:
  head/games/flyhard/Makefile

Modified: head/games/flyhard/Makefile
==============================================================================
--- head/games/flyhard/Makefile	Fri Dec 28 18:17:12 2018	(r488614)
+++ head/games/flyhard/Makefile	Fri Dec 28 18:20:03 2018	(r488615)
@@ -22,9 +22,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.h
 
 USES=		gmake localbase
 GNU_CONFIGURE=	yes
+USE_CXXSTD=	c++98
 USE_SDL=	sdl mixer
-
-CXXFLAGS+=	-Wno-c++11-narrowing
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	AUTHORS ChangeLog README


More information about the svn-ports-all mailing list