From 8d28aa8db0c717bef863b7a7630f48cf3870ffb1 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Mon, 6 Feb 2017 19:29:36 +0000 Subject: www/chromium: update to 56.0.2924.87 - Use system FFmpeg instead of embedded code copy [1] - Disable PULSEAUDIO option [2] - Sort _DEPENDS variables - Regenerate patches with make makepatch PR: 215271 [1], 216327 [2] Reported by: jbeich [1] Approved by: rene MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html --- www/chromium/files/patch-base_native__library__posix.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/chromium/files/patch-base_native__library__posix.cc') diff --git a/www/chromium/files/patch-base_native__library__posix.cc b/www/chromium/files/patch-base_native__library__posix.cc index c18b9cc68523..ef6cb339305e 100644 --- a/www/chromium/files/patch-base_native__library__posix.cc +++ b/www/chromium/files/patch-base_native__library__posix.cc @@ -1,8 +1,8 @@ ---- base/native_library_posix.cc.orig 2016-10-06 04:02:08.000000000 +0300 -+++ base/native_library_posix.cc 2016-10-14 03:14:48.329757000 +0300 -@@ -35,7 +35,7 @@ - // versions. Crash here to warn developers that they're trying to rely on - // uncertain behavior. +--- base/native_library_posix.cc.orig 2017-01-26 00:49:07 UTC ++++ base/native_library_posix.cc +@@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptio + // further investigation, as it might vary across versions. Crash here to + // warn developers that they're trying to rely on uncertain behavior. CHECK(!options.prefer_own_symbols); -#else +#elif !defined(OS_BSD) -- cgit v1.2.3