From 08dd07f36ec34a207bdf989af9929dba35af9067 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 5 Aug 2023 21:34:09 +0200 Subject: 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 -- cgit v1.2.3