git: b58a342886a3 - main - games/fishsupper: Unbreak compilation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Dec 2024 04:00:03 UTC
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= *