git: bd9d427fef21 - main - games/adonthell: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jul 2023 12:52:53 UTC
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 \