diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-11 12:08:30 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-12 11:13:32 +0100 |
commit | bb28c2cb8d17a6e5c71f64dc8154c90c71e3ab66 (patch) | |
tree | 6076b869df2a773cf492a3054ab9791d1a858b14 /www/ungoogled-chromium/files/patch-chrome_updater_util.cc | |
parent | security/p5-Crypt-Argon2: Update to 0.013 (diff) |
www/ungoogled-chromium: update to 110.0.5481.77
Approved by: rene (mentor)
Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_updater_util.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-chrome_updater_util.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_updater_util.cc b/www/ungoogled-chromium/files/patch-chrome_updater_util.cc deleted file mode 100644 index f4ef684a5e3d..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_updater_util.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- chrome/updater/util.cc.orig 2023-01-13 08:56:02 UTC -+++ chrome/updater/util.cc -@@ -36,7 +36,7 @@ - #include "third_party/abseil-cpp/absl/types/optional.h" - #include "url/gurl.h" - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/updater/linux/linux_util.h" - #elif BUILDFLAG(IS_MAC) - #import "chrome/updater/mac/mac_util.h" -@@ -119,7 +119,7 @@ absl::optional<base::FilePath> GetBaseDataDirectory(Up - app_data_dir = GetApplicationDataDirectory(scope); - #elif BUILDFLAG(IS_MAC) - app_data_dir = GetApplicationSupportDirectory(scope); --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - app_data_dir = GetApplicationDataDirectory(scope); - #endif - if (!app_data_dir) { |