Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 21:53:21 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: 6e1a3350fe87 - main - graphics/rigsofrods-pagedgeometry: Fix build with llvm16
Message-ID:  <202308062153.376LrLVh075772@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=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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062153.376LrLVh075772>