Skip to content

Commit

Permalink
net-im/neochat: work around compiler bug present on current
Browse files Browse the repository at this point in the history
PR:		272285
  • Loading branch information
tcberner committed Jun 30, 2023
1 parent 982b02a commit 420005f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions net-im/neochat/Makefile
Expand Up @@ -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>

0 comments on commit 420005f

Please sign in to comment.