diff options
Diffstat (limited to 'www/iridium/files/patch-base_cpu.h')
-rw-r--r-- | www/iridium/files/patch-base_cpu.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-base_cpu.h b/www/iridium/files/patch-base_cpu.h new file mode 100644 index 000000000000..66164b51097b --- /dev/null +++ b/www/iridium/files/patch-base_cpu.h @@ -0,0 +1,11 @@ +--- base/cpu.h.orig 2022-03-28 18:11:04 UTC ++++ base/cpu.h +@@ -108,7 +108,7 @@ class BASE_EXPORT CPU final { + const std::string& cpu_brand() const { return cpu_brand_; } + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ +- BUILDFLAG(IS_AIX) ++ BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD) + enum class CoreType { + kUnknown = 0, + kOther, |