git: 21a853fa2a91 - main - games/supertux: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 00:34:29 UTC
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