Date: Mon, 7 Aug 2023 00:34: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: 21a853fa2a91 - main - games/supertux: Fix build with llvm16 Message-ID: <202308070034.3770YTwv042905@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=21a853fa2a91582ccff142d4febe87eee886ef86 commit 21a853fa2a91582ccff142d4febe87eee886ef86 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 00:19:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 00:19:56 +0000 games/supertux: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- games/supertux/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/games/supertux/Makefile b/games/supertux/Makefile index d7f2c9759eb6..029722cc4ff8 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -8,9 +8,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers WWW= http://supertuxproject.org/ -USES= gl gmake sdl tar:bzip2 -USE_SDL= image mixer +USES= gl gmake sdl tar:bzip2 xorg +USE_CXXSTD= c++14 USE_GL= gl +USE_SDL= image mixer +USE_XORG= x11 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308070034.3770YTwv042905>