Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 23:52:37 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: 21b24284ade5 - main - games/blockout: Fix build with llvm16
Message-ID:  <202308062352.376NqbdX075426@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=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 \



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