aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 22:30:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:55 +0000
commit1ffe18f965ccde7c91c27c645594b986ed1934d1 (patch)
tree55d4a818c700bcf215ce45830be614423030dda1
parent4eb5d0c15f45a5e54f9d24f568f5d8311b6de63b (diff)
downloadports-1ffe18f965ccde7c91c27c645594b986ed1934d1.tar.gz
ports-1ffe18f965ccde7c91c27c645594b986ed1934d1.zip
net-im/neochat: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--net-im/neochat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile
index 26fc85fdbdbe..974c1e56a757 100644
--- a/net-im/neochat/Makefile
+++ b/net-im/neochat/Makefile
@@ -38,14 +38,10 @@ USE_XORG= x11
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc*}
-CXX= clang++${LLVM_VERSION}
USES+= llvm:min=16
.elif ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
# Work around compiler bug, see pr: 272285
USES+= llvm
-CC= clang${LLVM_VERSION}
-CPP= clang-cpp${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.mk>