From baf26ccd6447f55fb2b89c95c8c9542f9f15aa37 Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Fri, 23 May 2025 20:44:53 +0200 Subject: mail/thunderbird: update to 139.0 (rc1) Release Notes: https://www.thunderbird.net/en-US/thunderbird/139.0/releasenotes/ --- .../files/patch-ipc_glue_GeckoChildProcessHost.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp (limited to 'mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp') diff --git a/mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp b/mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp new file mode 100644 index 000000000000..42f5f25add33 --- /dev/null +++ b/mail/thunderbird/files/patch-ipc_glue_GeckoChildProcessHost.cpp @@ -0,0 +1,13 @@ +diff --git ipc/glue/GeckoChildProcessHost.cpp ipc/glue/GeckoChildProcessHost.cpp +index 9bb8314bd98c..2bc0382a9385 100644 +--- ipc/glue/GeckoChildProcessHost.cpp ++++ ipc/glue/GeckoChildProcessHost.cpp +@@ -1121,7 +1121,7 @@ Result BaseProcessLauncher::DoSetup() { + #if defined(MOZ_WIDGET_COCOA) || defined(XP_WIN) + geckoargs::sCrashReporter.Put(CrashReporter::GetChildNotificationPipe(), + mChildArgs); +-#elif defined(XP_UNIX) && !defined(XP_IOS) ++#elif defined(XP_UNIX) && !defined(XP_IOS) && !defined(XP_FREEBSD) + UniqueFileHandle childCrashFd = CrashReporter::GetChildNotificationPipe(); + if (!childCrashFd) { + return Err(LaunchError("DuplicateFileHandle failed")); -- cgit v1.2.3