Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 01:49:06 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: c5d5960fd75b - main - games/re3: Fix build with llvm16
Message-ID:  <202308080149.3781n6eO058413@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=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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308080149.3781n6eO058413>