Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 19:34:59 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: 08dd07f36ec3 - main - graphics/urho3d: Fix build with llvm16
Message-ID:  <202308051934.375JYx4P043096@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=08dd07f36ec34a207bdf989af9929dba35af9067

commit 08dd07f36ec34a207bdf989af9929dba35af9067
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 19:34:09 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 19:34:43 +0000

    graphics/urho3d: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/urho3d/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/urho3d/Makefile b/graphics/urho3d/Makefile
index 4346be33d595..6f6a956723ce 100644
--- a/graphics/urho3d/Makefile
+++ b/graphics/urho3d/Makefile
@@ -15,6 +15,7 @@ BROKEN_i386=	fails to build: error: typedef redefinition with different types
 BROKEN_riscv64=	fails to build: invokes x86 assembler
 
 USES=		cmake:noninja,insource dos2unix gl xorg
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 USE_XORG=	x11 xext
 USE_GL=		gl
@@ -26,6 +27,7 @@ DOS2UNIX_FILES=	${WRKSRC}/Source/ThirdParty/StanHull/hull.cpp
 GH_PROJECT=	Urho3D
 
 OPTIONS_DEFINE=	EXAMPLES
+
 EXAMPLES_CMAKE_OFF=	-DURHO3D_SAMPLES:BOOL=false
 
 .include <bsd.port.mk>



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