git: 6e1a3350fe87 - main - graphics/rigsofrods-pagedgeometry: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 21:53:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e1a3350fe870041a31b2523c33c60339c444eb5 commit 6e1a3350fe870041a31b2523c33c60339c444eb5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 21:50:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 21:53:05 +0000 graphics/rigsofrods-pagedgeometry: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/rigsofrods-pagedgeometry/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/rigsofrods-pagedgeometry/Makefile b/graphics/rigsofrods-pagedgeometry/Makefile index 3f45e04b97a2..a9ea88d8363b 100644 --- a/graphics/rigsofrods-pagedgeometry/Makefile +++ b/graphics/rigsofrods-pagedgeometry/Makefile @@ -13,14 +13,15 @@ LICENSE_FILE= ${WRKSRC}/zlib.txt LIB_DEPENDS= libOgreMain.so:graphics/ogre3d19 +USES= cmake dos2unix pathfix pkgconfig +DOS2UNIX_GLOB= *.cpp *.h *.txt +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= RigsOfRods GH_PROJECT= ogre-pagedgeometry +USE_LDCONFIG= yes -USES= cmake dos2unix pathfix pkgconfig -DOS2UNIX_GLOB= *.cpp *.h *.txt CMAKE_ARGS= -DPAGEDGEOMETRY_BUILD_SAMPLES=FALSE -USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e '/install.*DOC_FILES/d' \