From 06a832ee8dc55cc8d53f0e49272f33594e941784 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 Mar 2022 17:18:34 +0200 Subject: www/iridium: resurrect, update to 2022.03.99.1 Sync the port to www/chromium and the shared *BSD patchset This port no longer uses Python 2.7 --- www/iridium/files/patch-chrome_updater_installer.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/iridium/files/patch-chrome_updater_installer.cc (limited to 'www/iridium/files/patch-chrome_updater_installer.cc') diff --git a/www/iridium/files/patch-chrome_updater_installer.cc b/www/iridium/files/patch-chrome_updater_installer.cc new file mode 100644 index 000000000000..e6344bdc6666 --- /dev/null +++ b/www/iridium/files/patch-chrome_updater_installer.cc @@ -0,0 +1,11 @@ +--- chrome/updater/installer.cc.orig 2022-03-28 18:11:04 UTC ++++ chrome/updater/installer.cc +@@ -225,7 +225,7 @@ absl::optional Installer::GetCurrentIn + return path->AppendASCII(pv_.GetString()); + } + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + Installer::Result Installer::RunApplicationInstaller( + const base::FilePath& /*app_installer*/, + const std::string& /*arguments*/, -- cgit v1.2.3