$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- base/files/drive_info_posix.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ base/files/drive_info_posix.cc @@ -24,7 +24,7 @@ namespace base { std::optional 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)