summaryrefslogtreecommitdiff
path: root/app-emulation/wine-proton/files/wine-proton-7.0.4-llvm-libunwind.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/wine-proton/files/wine-proton-7.0.4-llvm-libunwind.patch')
-rw-r--r--app-emulation/wine-proton/files/wine-proton-7.0.4-llvm-libunwind.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/app-emulation/wine-proton/files/wine-proton-7.0.4-llvm-libunwind.patch b/app-emulation/wine-proton/files/wine-proton-7.0.4-llvm-libunwind.patch
deleted file mode 100644
index 0086fa5e0353..000000000000
--- a/app-emulation/wine-proton/files/wine-proton-7.0.4-llvm-libunwind.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-Note the dodgy _CONFIG_H_ check can be removed when >=llvm-libunwind-15
-(which adds _VERSION) is well established: https://reviews.llvm.org/D121015
---- a/dlls/ntdll/unix/signal_x86_64.c
-+++ b/dlls/ntdll/unix/signal_x86_64.c
-@@ -1370,3 +1370,3 @@
-
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(_LIBUNWIND_VERSION) || defined(____LIBUNWIND_CONFIG_H__)
- rc = unw_getcontext( &unw_context );