$OpenBSD: patch-device_geolocation_location_arbitrator_cc,v 1.5 2018/06/06 07:50:54 robert Exp $

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