git: 3f16fbd44657 - main - games/CaribbeanStud: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 18:01:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f16fbd4465771abd1151ead1d3f3777b5a260e3 commit 3f16fbd4465771abd1151ead1d3f3777b5a260e3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 15:04:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 18:01:11 +0000 games/CaribbeanStud: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/CaribbeanStud/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile index a7ed722f7f3e..45e29a696bdc 100644 --- a/games/CaribbeanStud/Makefile +++ b/games/CaribbeanStud/Makefile @@ -12,6 +12,7 @@ LICENSE= MIT MAKEFILE= Xmakefile USES= motif +USE_CXXSTD= c++14 CFLAGS+= -Wno-deprecated OPTIONS_DEFINE= DOCS