forked from Lainports/freebsd-ports
databases/clickhouse: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
ca6b3bd6d2
commit
ea12db8c2a
1 changed files with 2 additions and 1 deletions
|
|
@ -232,10 +232,11 @@ TEST_CMAKE_BOOL= ENABLE_TESTS
|
|||
.if ${OSVERSION} < 1400000
|
||||
CC= clang13
|
||||
CXX= clang++13
|
||||
BUILD_DEPENDS+= clang++13:devel/llvm13
|
||||
USES+= llvm:max=13,build
|
||||
.else
|
||||
CC= clang
|
||||
CXX= clang++
|
||||
CFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == FreeBSD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue