summaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-02-25 15:27:47 +0100
committerKirill Ponomarev <krion@FreeBSD.org>2022-02-25 15:29:18 +0100
commit2f38a231f59d0763cc5650ad25a134dd1dbad33d (patch)
tree7c029e383f1a9578129cb33f92b534eba36f77b2 /databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt
parentastro/xearth: reflect my relocate (diff)
databases/clickhouse: Update to 22.1.3.7
Reported by: maintainer
Diffstat (limited to 'databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt')
-rw-r--r--databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
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)