Date: Mon, 24 Jul 2023 12:52:53 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: bd9d427fef21 - main - games/adonthell: Fix build with llvm16 Message-ID: <202307241252.36OCqrRT097033@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=bd9d427fef2175a0b2e526252a642013d3d1d423 commit bd9d427fef2175a0b2e526252a642013d3d1d423 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-24 12:07:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-24 12:52:37 +0000 games/adonthell: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- games/adonthell/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index fae7d1d4238f..104845eebf7b 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -17,7 +17,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libvorbis.so:audio/libvorbis USES= gettext gmake localbase pkgconfig python sdl +USE_CXXSTD= c++14 USE_SDL= mixer2 ttf2 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-py-debug \ --disable-pyc \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307241252.36OCqrRT097033>