Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 09:55:26 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: 43fc881f762b - main - games/brainparty: Fix build with llvm16
Message-ID:  <202308080955.3789tQPK075298@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=43fc881f762b2fec24c57bccf51c0826c9fe5daa

commit 43fc881f762b2fec24c57bccf51c0826c9fe5daa
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-08 08:44:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-08 09:55:14 +0000

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

diff --git a/games/brainparty/Makefile b/games/brainparty/Makefile
index 5d748968b804..f9594285f048 100644
--- a/games/brainparty/Makefile
+++ b/games/brainparty/Makefile
@@ -15,6 +15,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler gl gmake sdl
+USE_CXXSTD=	c++14
 USE_SDL=	sdl mixer ttf gfx image
 USE_GL=		gl glu
 



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