Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 21:18:28 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: 3787035ec61f - main - games/bloodfrontier: Fix build with llvm16
Message-ID:  <202308022118.372LISbE017622@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=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



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