mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/kdenetwork-filesharing: fix build on powerpc* with llvm < 16
fatal error: error in backend: failed to perform tail call elimination on a call site marked musttail
This commit is contained in:
parent
e329c60396
commit
ce851496cf
@ -17,4 +17,11 @@ USE_XORG= x11
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH:Mpowerpc*} && ${OSVERSION} < 1400092
|
||||
CXX= clang++${LLVM_VERSION}
|
||||
USES+= llvm:min=16
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user