git: 4e1d9bbd6d26 - main - games/amoebax: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 19:27:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e1d9bbd6d26b276252e6d98b98ee20dd66e4f1d commit 4e1d9bbd6d26b276252e6d98b98ee20dd66e4f1d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-19 17:48:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-19 19:27:14 +0000 games/amoebax: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/amoebax/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index c1ec57a8bd30..0d377f5f8e53 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -16,15 +16,17 @@ LICENSE_FILE_FAL= ${WRKSRC}/COPYING.LAL LICENSE_PERMS_FAL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= gmake sdl tar:bzip2 -GNU_CONFIGURE= yes +USE_CXXSTD= c++14 USE_SDL= sdl mixer image -PORTDOCS= * -PORTDATA= * +GNU_CONFIGURE= yes + PLIST_FILES= bin/amoebax \ man/man6/amoebax.6.gz \ share/applications/amoebax.desktop \ share/pixmaps/amoebax.svg +PORTDATA= * +PORTDOCS= * OPTIONS_DEFINE= DOCS