diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-07 00:19:56 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-07 00:19:56 +0000 |
commit | 21a853fa2a91582ccff142d4febe87eee886ef86 (patch) | |
tree | 1519ea6717de9ed8c29745b6bb994f9be48a41b2 | |
parent | 57ec237762b1ceb6ca834dd59be3725b0721669a (diff) | |
download | ports-21a853fa2a91582ccff142d4febe87eee886ef86.tar.gz ports-21a853fa2a91582ccff142d4febe87eee886ef86.zip |
games/supertux: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | games/supertux/Makefile | 7 |
1 files 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 |