Date: Thu, 12 Dec 2024 04:00:03 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b58a342886a3 - main - games/fishsupper: Unbreak compilation Message-ID: <202412120400.4BC403mb090145@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b58a342886a34eaa5674082cf9857af759b2bcfa commit b58a342886a34eaa5674082cf9857af759b2bcfa Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-12 03:59:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-12 03:59:20 +0000 games/fishsupper: Unbreak compilation Reported by: fallout Approved by: portmgr (blanket unbreak) --- games/fishsupper/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index 4ce95cfc213f..3c90a61fcaed 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -17,7 +17,9 @@ GNU_CONFIGURE= yes USES= gl gmake localbase:ldflags sdl USE_SDL= sdl image mixer USE_GL= gl -USE_CXXSTD= c++98 +USE_CXXSTD= c++14 # unbreaks build together with 2 warning waivers below +CXXFLAGS+= -Wno-static-float-init \ + -Wno-c++11-narrowing PLIST_FILES= bin/${PORTNAME} PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412120400.4BC403mb090145>