aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:50:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 02:22:49 +0000
commit577557c7b46069942b061e1117398f047fb4dfc1 (patch)
tree73de2fb2b99e3433cca424801e3c9121ff3806bb /devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h
parent1f5c2da8e1552ad53ce365a1579f51f46a01963f (diff)
downloadports-577557c.tar.gz
ports-577557c.zip
devel/electron23: Remove expired port
2023-09-30 devel/electron23: EOLed upstream, switch to newer version
Diffstat (limited to 'devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h')
-rw-r--r--devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h b/devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h
deleted file mode 100644
index 89caf45be9d7..000000000000
--- a/devel/electron23/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h
+++ /dev/null
@@ -1,22 +0,0 @@
---- third_party/crashpad/crashpad/util/misc/capture_context.h.orig 2022-02-28 16:54:41 UTC
-+++ third_party/crashpad/crashpad/util/misc/capture_context.h
-@@ -21,7 +21,8 @@
- #include <mach/mach.h>
- #elif BUILDFLAG(IS_WIN)
- #include <windows.h>
--#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
-+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \
-+ BUILDFLAG(IS_FREEBSD)
- #include <ucontext.h>
- #elif BUILDFLAG(IS_FUCHSIA)
- #include <signal.h>
-@@ -38,7 +39,8 @@ using NativeCPUContext = arm_unified_thread_state;
- #elif BUILDFLAG(IS_WIN)
- using NativeCPUContext = CONTEXT;
- #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
-- BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA)
-+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \
-+ BUILDFLAG(IS_BSD)
- using NativeCPUContext = ucontext_t;
- #endif // BUILDFLAG(IS_APPLE)
-