Skip to content

Commit

Permalink
databases/clickhouse: Fix build with llvm15
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jun 10, 2023
1 parent ca6b3bd commit ea12db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databases/clickhouse/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ea12db8

Please sign in to comment.