git: acb121688a8a - main - games/xconq: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 26 Jul 2023 09:40:20 UTC
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} \