From 2f38a231f59d0763cc5650ad25a134dd1dbad33d Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 25 Feb 2022 15:27:47 +0100 Subject: databases/clickhouse: Update to 22.1.3.7 Reported by: maintainer --- .../files/patch-contrib_jemalloc-cmake_CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt (limited to 'databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt') diff --git a/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt b/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt deleted file mode 100644 index 404f3a7c00ff..000000000000 --- a/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- contrib/jemalloc-cmake/CMakeLists.txt.orig 2021-12-26 09:29:33 UTC -+++ contrib/jemalloc-cmake/CMakeLists.txt -@@ -19,8 +19,8 @@ if (NOT ENABLE_JEMALLOC) - return() - endif () - --if (NOT OS_LINUX) -- message (WARNING "jemalloc support on non-linux is EXPERIMENTAL") -+if (NOT OS_LINUX AND NOT OS_FREEBSD) -+ message (WARNING "jemalloc support on non-linux and non-bsd is EXPERIMENTAL") - endif() - - if (OS_LINUX) -- cgit v1.2.3