Date: Tue, 25 Jul 2023 08:36:37 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: bd8ae1b55d20 - main - games/amnesia-tdd: Fix build with llvm16 Message-ID: <202307250836.36P8abjc054060@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=bd8ae1b55d203251f85720ae84eb5a569dbc0518 commit bd8ae1b55d203251f85720ae84eb5a569dbc0518 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-24 18:46:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-25 08:36:27 +0000 games/amnesia-tdd: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/amnesia-tdd/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/games/amnesia-tdd/Makefile b/games/amnesia-tdd/Makefile index 2840aa58ebf5..ffd5d748cc03 100644 --- a/games/amnesia-tdd/Makefile +++ b/games/amnesia-tdd/Makefile @@ -18,20 +18,20 @@ LIB_DEPENDS= libIL.so:graphics/devil \ libogg.so:audio/libogg USES= cmake gl sdl openal perl5 -USE_GL= gl glew glu -USE_SDL= sdl2 -USE_PERL5= build - +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= shamazmazum GH_PROJECT= AmnesiaTheDarkDescent +USE_GL= gl glew glu +USE_PERL5= build +USE_SDL= sdl2 -SUB_FILES= pkg-message - -CMAKE_ON= SYSTEMWIDE_RESOURCES CMAKE_ARGS= -DSYSTEMWIDE_RESOURCES_LOCATION=${PREFIX}/share/${PORTNAME} +CMAKE_ON= SYSTEMWIDE_RESOURCES CMAKE_SOURCE_PATH= ${WRKSRC}/amnesia/src +SUB_FILES= pkg-message + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307250836.36P8abjc054060>