pkgsrc-wip/chromium/patches/patch-content_browser_geolocation_empty__device__data__provider.cc
Rui-Xiang Guo 0c5e12a38b Update chromium to 11.0.696.72. Many thanks to
Matthias Rampke <matthias@rampke.de> who helps to test and provide patches
for DragonFly BSD to make this pkg having full support on it.
2011-05-27 13:23:09 +00:00

13 lines
658 B
C++

$NetBSD: patch-content_browser_geolocation_empty__device__data__provider.cc,v 1.1 2011/05/27 13:23:09 rxg Exp $
--- content/browser/geolocation/empty_device_data_provider.cc.orig 2011-05-24 08:01:07.000000000 +0000
+++ content/browser/geolocation/empty_device_data_provider.cc
@@ -12,7 +12,7 @@ RadioDataProviderImplBase* RadioDataProv
}
// Only define for platforms that lack a real wifi data provider.
-#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX)
+#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX) && !defined(OS_BSD)
// static
template<>
WifiDataProviderImplBase* WifiDataProvider::DefaultFactoryFunction() {