aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-remoting_host_chromoting__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-remoting_host_chromoting__host.cc')
-rw-r--r--devel/electron23/files/patch-remoting_host_chromoting__host.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron23/files/patch-remoting_host_chromoting__host.cc b/devel/electron23/files/patch-remoting_host_chromoting__host.cc
new file mode 100644
index 000000000000..16049072ddbb
--- /dev/null
+++ b/devel/electron23/files/patch-remoting_host_chromoting__host.cc
@@ -0,0 +1,11 @@
+--- remoting/host/chromoting_host.cc.orig 2023-02-01 18:43:24 UTC
++++ remoting/host/chromoting_host.cc
+@@ -130,7 +130,7 @@ void ChromotingHost::StartChromotingHostServices() {
+ DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
+ DCHECK(!ipc_server_);
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ named_mojo_ipc_server::EndpointOptions options;
+ options.server_name = GetChromotingHostServicesServerName();
+ #if BUILDFLAG(IS_WIN)