diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index c57edd871066..994e5b328e5d 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -33,4 +33,11 @@ USE_KDE= auth codecs completion config configwidgets coreaddons dbusaddons \ ecm:build USE_XORG= x11 +.include + +.if ${ARCH:Mpowerpc*} +CXX= clang++${LLVM_VERSION} +USES+= llvm:min=16 +.endif + .include