Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 09:40:20 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: acb121688a8a - main - games/xconq: Fix build with llvm16
Message-ID:  <202307260940.36Q9eKiS050271@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=acb121688a8aeefef715c3fe0e3300ebf9019330

commit acb121688a8aeefef715c3fe0e3300ebf9019330
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-26 08:48:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-26 09:40:11 +0000

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

diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index 7212fa45c17d..4e61ab4bda3a 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -13,6 +13,7 @@ LICENSE=	GPLv2+
 OPTIONS_DEFINE=	SDL
 
 USES=		compiler gmake makeinfo tar:bzip2 xorg
+USE_CXXSTD=	c++14
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-alternate-scoresdir=${SCOREDIR} \



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