diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 08:33:17 +0100 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 08:35:13 +0100 |
commit | edb56d4c62ae865be24e1fb81c7657d42a27c355 (patch) | |
tree | 1f84e5b960edfc857dce27a9d27a56ff6b3f595d /databases/clickhouse/files/patch-cmake_tools.cmake | |
parent | graphics/qgis: Update to 3.22.3 (diff) |
databases/clickhouse: Update to 21.12.3.32
Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable
Reported by: maintainer
Diffstat (limited to 'databases/clickhouse/files/patch-cmake_tools.cmake')
-rw-r--r-- | databases/clickhouse/files/patch-cmake_tools.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/clickhouse/files/patch-cmake_tools.cmake b/databases/clickhouse/files/patch-cmake_tools.cmake new file mode 100644 index 000000000000..9e7a474a7937 --- /dev/null +++ b/databases/clickhouse/files/patch-cmake_tools.cmake @@ -0,0 +1,11 @@ +--- cmake/tools.cmake.orig 2021-12-26 09:29:33 UTC ++++ cmake/tools.cmake +@@ -40,7 +40,7 @@ elseif (COMPILER_CLANG) + set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fchar8_t") + endif () + else () +- set (CLANG_MINIMUM_VERSION 12) ++ set (CLANG_MINIMUM_VERSION 11) + if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS ${CLANG_MINIMUM_VERSION}) + message (FATAL_ERROR "Clang version must be at least ${CLANG_MINIMUM_VERSION}.") + endif () |