mirror of https://git.FreeBSD.org/ports.git
databases/clickhouse: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
This commit is contained in:
parent
035e4ebea2
commit
b12039a60a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue