git: 3787035ec61f - main - games/bloodfrontier: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 02 Aug 2023 21:18:28 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3787035ec61f0f58098c1d9ce6e4d88ff4b2e32c

commit 3787035ec61f0f58098c1d9ce6e4d88ff4b2e32c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 20:14:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 21:18:14 +0000

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

diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile
index fe21c1ed1757..b6d19e1c9d2c 100644
--- a/games/bloodfrontier/Makefile
+++ b/games/bloodfrontier/Makefile
@@ -16,6 +16,8 @@ BROKEN_powerpc64=	fails to compile: tools.h: incompatible types in assignment
 BROKEN_sparc64=		fails to compile
 
 USES=		tar:bzip2 gmake
+USE_CXXSTD=	c++14
+
 GNU_CONFIGURE=	yes
 CONFIGURE_WRKSRC=	${WRKSRC}/src/enet
 BUILD_WRKSRC=	${WRKSRC}/src