Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 17:20:11 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: c58486e467df - main - games/manaplus: Fix build with llvm16
Message-ID:  <202307211720.36LHKBdA080754@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=c58486e467df2388edecbd7957fc5b737107df25

commit c58486e467df2388edecbd7957fc5b737107df25
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 16:36:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 17:20:03 +0000

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

diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile
index c758e4289141..9020bd5f9d62 100644
--- a/games/manaplus/Makefile
+++ b/games/manaplus/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libcurl.so:ftp/curl
 
 USES=		autoreconf compiler:c++11-lang pkgconfig:build sdl tar:xz xorg
+USE_CXXSTD=	c++11
 USE_SDL=	sdl2 gfx2 image2 mixer2 net2 ttf2
 USE_XORG=	x11
 



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