$OpenBSD: patch-services_device_geolocation_location_arbitrator_cc,v 1.2 2019/04/26 09:38:20 robert Exp $

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