git: 2fc49c5a2a5d - main - games/sea-defender: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 21:53:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fc49c5a2a5d93b61e8f7826843b51df0399e47f commit 2fc49c5a2a5d93b61e8f7826843b51df0399e47f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 21:18:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 21:53:04 +0000 games/sea-defender: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/sea-defender/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/sea-defender/Makefile b/games/sea-defender/Makefile index b544365928d6..e47d8f7dac0e 100644 --- a/games/sea-defender/Makefile +++ b/games/sea-defender/Makefile @@ -22,6 +22,7 @@ GH_PROJECT= Sea-Defender GH_TAGNAME= d628051 USES= gl gmake sdl xorg +USE_CXXSTD= c++14 USE_SDL= sdl mixer image ttf USE_GL= gl glu USE_XORG= x11 xrandr