aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc')
-rw-r--r--www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc b/www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc
new file mode 100644
index 000000000000..c5dea15ace97
--- /dev/null
+++ b/www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc
@@ -0,0 +1,11 @@
+--- components/device_signals/core/system_signals/platform_delegate.cc.orig 2022-09-24 10:57:32 UTC
++++ components/device_signals/core/system_signals/platform_delegate.cc
+@@ -11,7 +11,7 @@ namespace device_signals {
+
+ bool CustomFilePathComparator::operator()(const base::FilePath& a,
+ const base::FilePath& b) const {
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ // On Linux, the file system is case sensitive.
+ return a < b;
+ #else