git: 1ffe18f965cc - main - net-im/neochat: Remove CC/CPP/CXX exports

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 29 Sep 2023 23:21:09 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ffe18f965ccde7c91c27c645594b986ed1934d1

commit 1ffe18f965ccde7c91c27c645594b986ed1934d1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 22:30:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 23:20:55 +0000

    net-im/neochat: Remove CC/CPP/CXX exports
    
    USES=llvm now by default exports CC/CPP/CXX so remove those
    
    Approved by:    portmgr (blanket)
---
 net-im/neochat/Makefile | 4 ----
 1 file changed, 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>