git: c5d5960fd75b - main - games/re3: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 08 Aug 2023 01:49:06 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5d5960fd75bafee509ff7a04cfdee2ecefc40c8

commit c5d5960fd75bafee509ff7a04cfdee2ecefc40c8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-08 00:23:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-08 01:48:38 +0000

    games/re3: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 games/re3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/re3/Makefile b/games/re3/Makefile
index d3f58f259e29..83369191fda3 100644
--- a/games/re3/Makefile
+++ b/games/re3/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libglfw.so:graphics/glfw \
 
 USES=		gl gmake openal shebangfix xorg
 SHEBANG_FILES=	printHash.sh
+USE_CXXSTD=	c++14
 USE_GL=		gl
 USE_GITHUB=	nodefault
 GH_TUPLE=	aap:librw:8b2caf8f:librw \