From 893d9b13f0873ea4181f1998d531ece5149a700e Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Tue, 20 Jun 2017 20:20:44 +0000 Subject: www/chromium: update to 59.0.3071.104 - Use https in WWW and MASTER_SITES - Sort ONLY_FOR_ARCHS, USES, USE_GNOME and GN_ARGS - Put in correct place MAKE_ENV+= V=1 variable - Use LLD linker by default for supported archs - Fix DEBUG option - Fix gpu_info_collector.cc warning: control may reach end of non-void function [-Wreturn-type] - Get rid of multiple definition errors Changelog: https://chromium.googlesource.com/chromium/src/+log/58.0.3029.110..59.0.3071.104?pretty=fuller&n=10000 MFH: 2017Q2 Security: https://www.vuxml.org/freebsd/52f4b48b-4ac3-11e7-99aa-e8e0b747a45a.html Security: https://www.vuxml.org/freebsd/f53dd5cc-527f-11e7-a772-e8e0b747a45a.html --- www/chromium/files/patch-ui_gl_BUILD.gn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/chromium/files/patch-ui_gl_BUILD.gn') diff --git a/www/chromium/files/patch-ui_gl_BUILD.gn b/www/chromium/files/patch-ui_gl_BUILD.gn index 3edb9fec8900..a37b7067a4e2 100644 --- a/www/chromium/files/patch-ui_gl_BUILD.gn +++ b/www/chromium/files/patch-ui_gl_BUILD.gn @@ -1,7 +1,7 @@ ---- ui/gl/BUILD.gn.orig 2017-04-19 19:06:54 UTC +--- ui/gl/BUILD.gn.orig 2017-06-05 19:03:30 UTC +++ ui/gl/BUILD.gn -@@ -13,7 +13,7 @@ declare_args() { - enable_swiftshader = is_chrome_branded && is_win +@@ -14,7 +14,7 @@ declare_args() { + (target_cpu == "x86" || target_cpu == "x64") } -use_egl = is_win || is_android || is_linux @@ -9,9 +9,9 @@ use_glx = use_x11 || ozone_platform_x11 if (is_android) { -@@ -170,7 +170,7 @@ component("gl") { - "gl_surface_egl.h", - ] +@@ -180,7 +180,7 @@ component("gl") { + ] + } } - if (is_android || is_linux) { + if (is_android || is_linux || is_bsd) { -- cgit v1.2.3