$OpenBSD: patch-services_device_geolocation_location_arbitrator_cc,v 1.6 2021/04/01 10:24:45 robert Exp $

Index: services/device/geolocation/location_arbitrator.cc
--- services/device/geolocation/location_arbitrator.cc.orig
+++ services/device/geolocation/location_arbitrator.cc
@@ -156,7 +156,7 @@ LocationArbitrator::NewNetworkLocationProvider(
 
 std::unique_ptr<LocationProvider>
 LocationArbitrator::NewSystemLocationProvider() {
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_FUCHSIA) || defined(OS_BSD)
   return nullptr;
 #else
   return device::NewSystemLocationProvider();
