git: 21b24284ade5 - main - games/blockout: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 06 Aug 2023 23:52:37 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21b24284ade5067a84c4373ecc4505a83ee98fe4

commit 21b24284ade5067a84c4373ecc4505a83ee98fe4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 23:10:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 23:52:27 +0000

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

diff --git a/games/blockout/Makefile b/games/blockout/Makefile
index 5f532bce1a78..8730d7ecc5fe 100644
--- a/games/blockout/Makefile
+++ b/games/blockout/Makefile
@@ -13,6 +13,7 @@ WWW=		https://sourceforge.net/projects/blockout/
 LICENSE=	GPLv2+
 
 USES=		dos2unix gl gmake sdl
+USE_CXXSTD=	c++14
 USE_SDL=	mixer sdl
 DOS2UNIX_FILES=	ImageLib/src/gif/gif.h \
 		ImageLib/src/gif/gif.cpp BlockOut/*.cpp \