diff options
Diffstat (limited to 'devel/electron37/files/patch-chrome_updater_configurator.cc')
-rw-r--r-- | devel/electron37/files/patch-chrome_updater_configurator.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-chrome_updater_configurator.cc b/devel/electron37/files/patch-chrome_updater_configurator.cc new file mode 100644 index 000000000000..c668eae3f3c8 --- /dev/null +++ b/devel/electron37/files/patch-chrome_updater_configurator.cc @@ -0,0 +1,11 @@ +--- chrome/updater/configurator.cc.orig 2025-06-30 07:04:30 UTC ++++ chrome/updater/configurator.cc +@@ -91,7 +91,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> + return std::nullopt; + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) + }()) { +-#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. |