Date: Sun, 6 Aug 2023 21:53:16 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2fc49c5a2a5d - main - games/sea-defender: Fix build with llvm16 Message-ID: <202308062153.376LrGZC075681@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062153.376LrGZC075681>