Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 13:32:16 +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: r504191 - head/games/fishsupper
Message-ID:  <201906141332.x5EDWGek072450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 14 13:32:16 2019
New Revision: 504191
URL: https://svnweb.freebsd.org/changeset/ports/504191

Log:
  - Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard

Modified:
  head/games/fishsupper/Makefile

Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile	Fri Jun 14 13:11:02 2019	(r504190)
+++ head/games/fishsupper/Makefile	Fri Jun 14 13:32:16 2019	(r504191)
@@ -21,8 +21,7 @@ GNU_CONFIGURE=	yes
 USES=		gmake localbase:ldflags
 USE_SDL=	sdl image mixer
 USE_GL=		gl
-
-CXXFLAGS+=	-Wno-static-float-init -Wno-c++11-narrowing
+USE_CXXSTD=	c++98
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	*



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