summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_updater_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_updater_util.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-chrome_updater_util.cc20
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) {