Skip to content

Commit

Permalink
net-im/kaccounts-integration: fix build on powerpc* with llvm < 16
Browse files Browse the repository at this point in the history
fatal error: error in backend: failed to perform tail call elimination on a call site marked musttail
  • Loading branch information
pkubaj committed Jul 1, 2023
1 parent 93aa38d commit e329c60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net-im/kaccounts-integration/Makefile
Expand Up @@ -23,4 +23,11 @@ USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools:build qmake:build

.include <bsd.port.options.mk>

.if ${ARCH:Mpowerpc*} && ${OSVERSION} < 1400092
CXX= clang++${LLVM_VERSION}
USES+= llvm:min=16
.endif

.include <bsd.port.mk>

0 comments on commit e329c60

Please sign in to comment.