aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-02 14:08:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-02 14:16:43 +0000
commitcd5a5a0cd21affb96f60d9acddc64a8f937decf9 (patch)
tree4b1ec6c9c1fd05ee1321cb6061c79293dc057d52
parentf8962382274b38bade278616c7a543be82eb2ddd (diff)
downloadports-cd5a5a0cd21affb96f60d9acddc64a8f937decf9.tar.gz
ports-cd5a5a0cd21affb96f60d9acddc64a8f937decf9.zip
graphics/rigsofrods-caelum: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--graphics/rigsofrods-caelum/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/rigsofrods-caelum/Makefile b/graphics/rigsofrods-caelum/Makefile
index d98c1815d934..5e67262b2712 100644
--- a/graphics/rigsofrods-caelum/Makefile
+++ b/graphics/rigsofrods-caelum/Makefile
@@ -13,14 +13,15 @@ LICENSE_FILE= ${WRKSRC}/lgpl.txt
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d19
+USES= cmake dos2unix pathfix pkgconfig
+DOS2UNIX_GLOB= CMake* *.pc.in
+USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= RigsOfRods
GH_PROJECT= ogre-caelum
+USE_LDCONFIG= yes
-USES= cmake dos2unix pathfix pkgconfig
CMAKE_ARGS= -DCaelum_BUILD_SAMPLES=FALSE
-DOS2UNIX_GLOB= CMake* *.pc.in
-USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/install.*DOC_FILES/d' \