1
0
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:
Piotr Kubaj 2023-07-01 09:29:38 +02:00
parent e329c60396
commit ce851496cf

View File

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