git: b12039a60a3a - main - databases/clickhouse: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Sep 2023 18:56:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b12039a60a3a65dd4d984b3de54c7848ddc43766
commit b12039a60a3a65dd4d984b3de54c7848ddc43766
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 18:26:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:25 +0000
databases/clickhouse: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
---
databases/clickhouse/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index 94dd85aa06d8..464b646d8e96 100644
--- a/databases/clickhouse/Makefile
+++ b/databases/clickhouse/Makefile
@@ -231,8 +231,6 @@ TEST_CMAKE_BOOL= ENABLE_TESTS
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
-CC= clang${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
CFLAGS+=-Wno-error=int-conversion
.endif