aboutsummarylogtreecommitdiffstats
path: root/0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch
diff options
context:
space:
mode:
authorMartchus2021-06-27 22:14:41 +0200
committerMartchus2021-06-27 22:14:41 +0200
commit55828bd8b57f87e26741a0426545ac76284017d0 (patch)
tree672fb692d88516fd478740ca5b7de55d48379b07 /0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch
parent53cdc37ebafa8790f08f0316c15b57fcf80670ec (diff)
downloadaur-55828bd8b57f87e26741a0426545ac76284017d0.tar.gz
Fix crashes in rasterizer
Diffstat (limited to '0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch')
-rw-r--r--0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch b/0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch
index dcb79a28f5d4..61e99500050a 100644
--- a/0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch
+++ b/0022-Adjust-linker-flags-for-static-build-with-cmake-ming.patch
@@ -1,7 +1,7 @@
-From 3e2ef8be011b02cbb900717ced96bcd7b0e55a93 Mon Sep 17 00:00:00 2001
+From 591ca364284f36216d94b733199c1c4ecf3875ea Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 2 Jun 2017 16:42:07 +0200
-Subject: [PATCH 22/32] Adjust linker flags for static build with
+Subject: [PATCH 22/33] Adjust linker flags for static build with
cmake/mingw-w64
It is not clear anymore where I picked that change up and for
@@ -27,5 +27,5 @@ index 9da1361c95..5e802dea4c 100644
+set_target_properties(${IMPORTED_TARGET_NAME} PROPERTIES \"INTERFACE_LINK_LIBRARIES\" \"$<${_isExe}:-static;ws2_32>\")
+unset(_isExe)
--
-2.31.1
+2.32.0