git: 1ebaee11d676 - main - games/dhewm3: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 12:27:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ebaee11d67621572547939ad7db46b3600db209 commit 1ebaee11d67621572547939ad7db46b3600db209 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 00:40:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 11:54:42 +0000 games/dhewm3: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/dhewm3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/dhewm3/Makefile b/games/dhewm3/Makefile index 2e55a1551759..f83fae854011 100644 --- a/games/dhewm3/Makefile +++ b/games/dhewm3/Makefile @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= dhewm USES= cmake compiler:c++11-lang openal:al sdl +USE_CXXSTD= c++14 USE_SDL= sdl2 CMAKE_ON= REPRODUCIBLE_BUILD