databases/clickhouse: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
This commit is contained in:
Muhammad Moinur Rahman 2023-09-28 20:26:46 +02:00
parent 035e4ebea2
commit b12039a60a
1 changed files with 0 additions and 2 deletions

View File

@ -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