Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2018 18:20:13 +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: r488616 - head/games/hex-a-hop
Message-ID:  <201812281820.wBSIKDkE008241@repo.freebsd.org>

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



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