aboutsummaryrefslogtreecommitdiff
path: root/net-im/libquotient
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:17:38 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:55 +0000
commitb38e67f5a710248897cdc143ea6cb9ebc09c0a90 (patch)
treed46fe1da0352a4db1661a5e261bb2890a03834e1 /net-im/libquotient
parentf099cf5cb3173b0a9225ebd903025abd49dd5348 (diff)
Diffstat (limited to 'net-im/libquotient')
-rw-r--r--net-im/libquotient/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile
index 3ab5d4654c1e..e904d6ffdb90 100644
--- a/net-im/libquotient/Makefile
+++ b/net-im/libquotient/Makefile
@@ -52,9 +52,6 @@ _QT5_ONLY_qt6= "@comment "
# Work around compiler bug, see pr: 272285
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm
-CC= clang${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
-CPP= clang-cpp${LLVM_VERSION}
.endif
.include <bsd.port.mk>