graphics/urho3d: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7e2410c590
commit
08dd07f36e
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue