summaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-cmake_freebsd_toolchain-x86__64.cmake
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-01-17 08:33:17 +0100
committerKirill Ponomarev <krion@FreeBSD.org>2022-01-17 08:35:13 +0100
commitedb56d4c62ae865be24e1fb81c7657d42a27c355 (patch)
tree1f84e5b960edfc857dce27a9d27a56ff6b3f595d /databases/clickhouse/files/patch-cmake_freebsd_toolchain-x86__64.cmake
parentgraphics/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_freebsd_toolchain-x86__64.cmake')
-rw-r--r--databases/clickhouse/files/patch-cmake_freebsd_toolchain-x86__64.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/clickhouse/files/patch-cmake_freebsd_toolchain-x86__64.cmake b/databases/clickhouse/files/patch-cmake_freebsd_toolchain-x86__64.cmake
new file mode 100644
index 000000000000..d38c6fa2514e
--- /dev/null
+++ b/databases/clickhouse/files/patch-cmake_freebsd_toolchain-x86__64.cmake
@@ -0,0 +1,14 @@
+--- cmake/freebsd/toolchain-x86_64.cmake.orig 2021-12-26 09:29:33 UTC
++++ cmake/freebsd/toolchain-x86_64.cmake
+@@ -1,8 +1,8 @@
+ set (CMAKE_SYSTEM_NAME "FreeBSD")
+ set (CMAKE_SYSTEM_PROCESSOR "x86_64")
+-set (CMAKE_C_COMPILER_TARGET "x86_64-pc-freebsd11")
+-set (CMAKE_CXX_COMPILER_TARGET "x86_64-pc-freebsd11")
+-set (CMAKE_ASM_COMPILER_TARGET "x86_64-pc-freebsd11")
++set (CMAKE_C_COMPILER_TARGET "x86_64-pc-freebsd13")
++set (CMAKE_CXX_COMPILER_TARGET "x86_64-pc-freebsd13")
++set (CMAKE_ASM_COMPILER_TARGET "x86_64-pc-freebsd13")
+ set (CMAKE_SYSROOT "${CMAKE_CURRENT_LIST_DIR}/../../contrib/sysroot/freebsd-x86_64")
+
+ set (CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) # disable linkage check - it doesn't work in CMake