diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-09-17 11:10:43 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-09-17 11:10:43 +0000 |
commit | 4181ea8c1c72a23fdd9f1253794cd99bc04b5bc1 (patch) | |
tree | 1bbf19adfa65f203d6dc4e226b48c372853bdb2d /www/chromium/files/patch-net_features.gni | |
parent | sysutils/passwordsafe:Add Yubikey support (diff) |
www/chromium: update to 61.0.3163.79
- Add arm64 support [1]
- Fix segfault on i386 [2]
- Switch to USES=compiler:c++14-lang for devel/chromium-gn because chromium
needs __builtin_add_overflow and friends to build.
Changelog: https://chromium.googlesource.com/chromium/src/+log/60.0.3112.113..61.0.3163.79?pretty=fuller&n=10000
PR: 220291 [1], 221266 [2]
Submitted by: Andrew [1]
Reported by: Patrick <doctorwhoguy@gmail.com> [2]
MFH: 2017Q3
Diffstat (limited to 'www/chromium/files/patch-net_features.gni')
-rw-r--r-- | www/chromium/files/patch-net_features.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-net_features.gni b/www/chromium/files/patch-net_features.gni new file mode 100644 index 000000000000..3c963c1c28eb --- /dev/null +++ b/www/chromium/files/patch-net_features.gni @@ -0,0 +1,11 @@ +--- net/features.gni.orig 2017-09-08 22:18:41.065160000 +0200 ++++ net/features.gni 2017-09-08 22:18:51.191168000 +0200 +@@ -27,7 +27,7 @@ + disable_brotli_filter = false + + # Multicast DNS. +- enable_mdns = is_win || is_linux ++ enable_mdns = is_win || is_linux || is_bsd + + # Reporting not used on iOS. + enable_reporting = !is_ios |