Date: Sun, 23 Jul 2023 18:45:29 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: 06ba005bc58f - main - games/bastet: Fix build with llvm16 Message-ID: <202307231845.36NIjTLF091482@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=06ba005bc58fcaece016f7a3b8542b12d8166a55 commit 06ba005bc58fcaece016f7a3b8542b12d8166a55 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 18:24:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 18:45:15 +0000 games/bastet: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/bastet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 01d657469638..85ea3f2edbaa 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -13,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_program_options.so:devel/boost-libs +USES= compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= fph -USES= compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz - PORTDOCS= AUTHORS README NEWS OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231845.36NIjTLF091482>