aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc')
-rw-r--r--devel/electron18/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc b/devel/electron18/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc
new file mode 100644
index 000000000000..a174c040c8c3
--- /dev/null
+++ b/devel/electron18/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc
@@ -0,0 +1,11 @@
+--- remoting/host/remote_open_url/url_forwarder_configurator.cc.orig 2022-05-19 03:45:37 UTC
++++ remoting/host/remote_open_url/url_forwarder_configurator.cc
+@@ -12,7 +12,7 @@ UrlForwarderConfigurator::UrlForwarderConfigurator() =
+
+ UrlForwarderConfigurator::~UrlForwarderConfigurator() = default;
+
+-#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_WIN)
++#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_BSD)
+
+ // static
+ std::unique_ptr<UrlForwarderConfigurator> UrlForwarderConfigurator::Create() {