$OpenBSD: patch-services_device_geolocation_location_arbitrator_cc,v 1.7 2021/04/16 18:15:07 robert Exp $

Index: services/device/geolocation/location_arbitrator.cc
--- services/device/geolocation/location_arbitrator.cc.orig
+++ services/device/geolocation/location_arbitrator.cc
@@ -162,7 +162,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();
