Date: Mon, 7 Aug 2023 12:27:04 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: 1ebaee11d676 - main - games/dhewm3: Fix build with llvm16 Message-ID: <202308071227.377CR4O6026639@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071227.377CR4O6026639>