git: cd5a5a0cd21a - main - graphics/rigsofrods-caelum: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 02 Aug 2023 14:17:19 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd5a5a0cd21affb96f60d9acddc64a8f937decf9

commit cd5a5a0cd21affb96f60d9acddc64a8f937decf9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 14:08:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 14:16:43 +0000

    graphics/rigsofrods-caelum: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/rigsofrods-caelum/Makefile | 7 ++++---
 1 file 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' \