graphics/urho3d: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023Q4
Muhammad Moinur Rahman 2023-08-05 21:34:09 +02:00
parent 7e2410c590
commit 08dd07f36e
1 changed files with 2 additions and 0 deletions

View File

@ -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>