$OpenBSD: patch-remoting_host_remote_open_url_url_forwarder_configurator_cc,v 1.1 2021/11/16 11:28:47 robert Exp $

Index: remoting/host/remote_open_url/url_forwarder_configurator.cc
--- remoting/host/remote_open_url/url_forwarder_configurator.cc.orig
+++ remoting/host/remote_open_url/url_forwarder_configurator.cc
@@ -13,7 +13,7 @@ UrlForwarderConfigurator::UrlForwarderConfigurator() =
 
 UrlForwarderConfigurator::~UrlForwarderConfigurator() = default;
 
-#if !defined(OS_LINUX) && !defined(OS_WIN)
+#if !defined(OS_LINUX) && !defined(OS_WIN) && !defined(OS_BSD)
 
 // static
 std::unique_ptr<UrlForwarderConfigurator> UrlForwarderConfigurator::Create() {
