svn commit: r488616 - head/games/hex-a-hop

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


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

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

Modified:
  head/games/hex-a-hop/Makefile

Modified: head/games/hex-a-hop/Makefile
==============================================================================
--- head/games/hex-a-hop/Makefile	Fri Dec 28 18:20:03 2018	(r488615)
+++ head/games/hex-a-hop/Makefile	Fri Dec 28 18:20:13 2018	(r488616)
@@ -15,9 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		iconv localbase
 USE_SDL=	sdl
+USE_CXXSTD=	c++98
 GNU_CONFIGURE=	yes
-
-CXXFLAGS+=	-Wno-c++11-narrowing
 
 OPTIONS_DEFINE=	PANGO SOUND NLS DEBUG
 OPTIONS_DEFAULT=	SOUND


More information about the svn-ports-all mailing list