From a0dbfe2fb016ec18b858d0857d8c3ce21662d29c Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Tue, 1 Dec 2020 04:06:37 +0000 Subject: www/chromium: Update to version 87.0.4280.66 Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org) --- www/chromium/files/patch-remoting_host_host__attributes.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/chromium/files/patch-remoting_host_host__attributes.cc') diff --git a/www/chromium/files/patch-remoting_host_host__attributes.cc b/www/chromium/files/patch-remoting_host_host__attributes.cc index d0d8bf080bb8..3dda092d35f6 100644 --- a/www/chromium/files/patch-remoting_host_host__attributes.cc +++ b/www/chromium/files/patch-remoting_host_host__attributes.cc @@ -1,11 +1,11 @@ ---- remoting/host/host_attributes.cc.orig 2020-05-13 18:40:33 UTC +--- remoting/host/host_attributes.cc.orig 2020-11-13 06:36:46 UTC +++ remoting/host/host_attributes.cc @@ -120,7 +120,7 @@ std::string GetHostAttributes() { media::InitializeMediaFoundation()) { result.push_back("HWEncoder"); } --#elif defined(OS_LINUX) -+#elif defined(OS_LINUX) || defined(OS_BSD) +-#elif defined(OS_LINUX) || defined(OS_CHROMEOS) ++#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) result.push_back("HWEncoder"); #endif -- cgit v1.2.3