$OpenBSD: patch-device_geolocation_location_arbitrator_cc,v 1.3 2017/12/04 13:55:42 robert Exp $

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