From c5d5960fd75bafee509ff7a04cfdee2ecefc40c8 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 8 Aug 2023 02:23:58 +0200 Subject: [PATCH] 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 \