diff options
Diffstat (limited to 'devel/electron37/files/patch-remoting_host_chromoting__host.cc')
-rw-r--r-- | devel/electron37/files/patch-remoting_host_chromoting__host.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-remoting_host_chromoting__host.cc b/devel/electron37/files/patch-remoting_host_chromoting__host.cc new file mode 100644 index 000000000000..53541819520b --- /dev/null +++ b/devel/electron37/files/patch-remoting_host_chromoting__host.cc @@ -0,0 +1,11 @@ +--- remoting/host/chromoting_host.cc.orig 2025-06-30 07:04:30 UTC ++++ remoting/host/chromoting_host.cc +@@ -138,7 +138,7 @@ void ChromotingHost::Start(const std::string& host_own + &ChromotingHost::OnIncomingSession, base::Unretained(this))); + } + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void ChromotingHost::StartChromotingHostServices() { + DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); + DCHECK(!ipc_server_); |