aboutsummaryrefslogtreecommitdiff
path: root/net-im/neochat
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-06-30 17:04:02 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-06-30 17:04:26 +0000
commit420005fac48c3dddc7807674a5276a75d4bead77 (patch)
treed43d0ef26e29e73c47fe9827b1cf8d616b189c26 /net-im/neochat
parent982b02abd5baf0de1c8ce6d2a8a142896c05f124 (diff)
downloadports-420005fac48c3dddc7807674a5276a75d4bead77.tar.gz
ports-420005fac48c3dddc7807674a5276a75d4bead77.zip
Diffstat (limited to 'net-im/neochat')
-rw-r--r--net-im/neochat/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile
index 994e5b328e5d..d6414f3f7079 100644
--- a/net-im/neochat/Makefile
+++ b/net-im/neochat/Makefile
@@ -38,6 +38,12 @@ USE_XORG= x11
.if ${ARCH:Mpowerpc*}
CXX= clang++${LLVM_VERSION}
USES+= llvm:min=16
+.else
+# Work around compiler bug, see pr: 272285
+USES+= llvm
+CC= ${LLVM_PREFIX}/bin/clang
+CPP= ${LLVM_PREFIX}/bin/clang-cpp
+CXX= ${LLVM_PREFIX}/bin/clang++
.endif
.include <bsd.port.mk>