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-ui_gl_BUILD.gn | |
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-ui_gl_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-ui_gl_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-ui_gl_BUILD.gn b/www/chromium/files/patch-ui_gl_BUILD.gn index 78f1d365a39f..05f72aeb5f9e 100644 --- a/www/chromium/files/patch-ui_gl_BUILD.gn +++ b/www/chromium/files/patch-ui_gl_BUILD.gn @@ -1,15 +1,15 @@ ---- ui/gl/BUILD.gn.orig 2017-08-03 00:05:41.000000000 +0200 -+++ ui/gl/BUILD.gn 2017-08-10 12:59:44.155432000 +0200 -@@ -14,7 +14,7 @@ +--- ui/gl/BUILD.gn.orig 2017-09-05 21:05:48.000000000 +0200 ++++ ui/gl/BUILD.gn 2017-09-07 01:56:19.612744000 +0200 +@@ -15,7 +15,7 @@ (target_cpu == "x86" || target_cpu == "x64") } --use_egl = is_win || is_android || is_linux -+use_egl = is_win || is_android || is_linux || is_bsd +-use_egl = is_win || is_android || is_linux || is_fuchsia ++use_egl = is_win || is_android || is_linux || is_fuchsia || is_bsd use_glx = use_x11 || ozone_platform_x11 if (is_android) { -@@ -173,14 +173,14 @@ +@@ -181,14 +181,14 @@ "gl_surface_egl.h", ] |