ports/www/chromium/files/patch-chrome_updater_configurator.cc
2023-07-20 16:47:21 +02:00

11 lines
473 B
C++

--- chrome/updater/configurator.cc.orig 2023-07-16 15:47:57 UTC
+++ chrome/updater/configurator.cc
@@ -63,7 +63,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs>
return absl::nullopt;
#endif
}()) {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// On Linux creating the NetworkFetcherFactory requires performing blocking IO
// to load an external library. This should be done when the configurator is
// created.