Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 10:22:52 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: 981fffd52ab9 - main - games/gigalomania: Fix build with llvm16
Message-ID:  <202307201022.36KAMqI2007284@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=981fffd52ab9909332dce184f2639f822530daee

commit 981fffd52ab9909332dce184f2639f822530daee
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-20 09:31:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-20 10:22:38 +0000

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

diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile
index af65c03067ca..ad23d221b3f8 100644
--- a/games/gigalomania/Makefile
+++ b/games/gigalomania/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Open source 2D real time strategy god game
 WWW=		http://gigalomania.sourceforge.net/
 
 USES=		sdl zip
+USE_CXXSTD=	c++14
 USE_SDL=	image2 mixer2 sdl2
 
 PORTDOCS=	readme.html



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