aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-ipc_ipc__channel__common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-ipc_ipc__channel__common.cc')
-rw-r--r--devel/electron37/files/patch-ipc_ipc__channel__common.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ipc_ipc__channel__common.cc b/devel/electron37/files/patch-ipc_ipc__channel__common.cc
new file mode 100644
index 000000000000..c68294ff75b0
--- /dev/null
+++ b/devel/electron37/files/patch-ipc_ipc__channel__common.cc
@@ -0,0 +1,11 @@
+--- ipc/ipc_channel_common.cc.orig 2023-02-01 18:43:22 UTC
++++ ipc/ipc_channel_common.cc
+@@ -10,7 +10,7 @@
+
+ namespace IPC {
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+
+ namespace {
+ int g_global_pid = 0;