diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-13 22:29:19 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-13 22:29:19 +0000 |
commit | fde2530e82500b2a4ba93aae490ec94065d5e4b4 (patch) | |
tree | 2eece2a30c0194745eaa06d3023a71737ba26c4b /www/chromium/files/patch-base_system_sys__info.h | |
parent | parse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines. (diff) |
www/chromium: Update to 75.0.3770.80
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Diffstat (limited to 'www/chromium/files/patch-base_system_sys__info.h')
-rw-r--r-- | www/chromium/files/patch-base_system_sys__info.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-base_system_sys__info.h b/www/chromium/files/patch-base_system_sys__info.h new file mode 100644 index 000000000000..52bf9a20881d --- /dev/null +++ b/www/chromium/files/patch-base_system_sys__info.h @@ -0,0 +1,11 @@ +--- base/system/sys_info.h.orig 2019-06-04 18:55:15 UTC ++++ base/system/sys_info.h +@@ -192,7 +192,7 @@ class BASE_EXPORT SysInfo { + static bool IsLowEndDeviceImpl(); + static HardwareInfo GetHardwareInfoSync(); + +-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX) ++#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX) || defined(OS_BSD) + static int64_t AmountOfAvailablePhysicalMemory( + const SystemMemoryInfoKB& meminfo); + #endif |