git: 43fc881f762b - main - games/brainparty: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 09:55:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=43fc881f762b2fec24c57bccf51c0826c9fe5daa commit 43fc881f762b2fec24c57bccf51c0826c9fe5daa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-08 08:44:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-08 09:55:14 +0000 games/brainparty: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/brainparty/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/brainparty/Makefile b/games/brainparty/Makefile index 5d748968b804..f9594285f048 100644 --- a/games/brainparty/Makefile +++ b/games/brainparty/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler gl gmake sdl +USE_CXXSTD= c++14 USE_SDL= sdl mixer ttf gfx image USE_GL= gl glu