git: b38e67f5a710 - main - net-im/libquotient: Remove CC/CPP/CXX exports

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

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

commit b38e67f5a710248897cdc143ea6cb9ebc09c0a90
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 23:17:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 23:20:55 +0000

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