diff options
Diffstat (limited to 'devel/electron35/files/patch-base_files_drive__info__posix.cc')
| -rw-r--r-- | devel/electron35/files/patch-base_files_drive__info__posix.cc | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-base_files_drive__info__posix.cc b/devel/electron35/files/patch-base_files_drive__info__posix.cc deleted file mode 100644 index 8c50fee8089e..000000000000 --- a/devel/electron35/files/patch-base_files_drive__info__posix.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- base/files/drive_info_posix.cc.orig	2025-03-24 20:50:14 UTC -+++ base/files/drive_info_posix.cc -@@ -24,7 +24,7 @@ std::optional<DriveInfo> GetFileDriveInfo(const FilePa -  - std::optional<DriveInfo> GetFileDriveInfo(const FilePath& file_path) { -   DriveInfo drive_info; --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) -   drive_info.has_seek_penalty = false; -   return drive_info; - #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)  | 
