aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-hacks.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-03-10 07:18:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-03-10 10:09:41 +0000
commit0c8c16bcbd27ce5593911a5368dd7d45892b5306 (patch)
tree875746535131474f20383b859d7cab22021b9f64 /community/chromium/musl-hacks.patch
parent9a9c92814f4cdfb6c0e0ea64de80dd6fc6768354 (diff)
downloadaports-0c8c16bcbd27ce5593911a5368dd7d45892b5306.tar.bz2
aports-0c8c16bcbd27ce5593911a5368dd7d45892b5306.tar.xz
community/chromium: fix build and upgrade to 80.0.3987.122
Diffstat (limited to 'community/chromium/musl-hacks.patch')
-rw-r--r--community/chromium/musl-hacks.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch
index b5373f1e96..45d938b78f 100644
--- a/community/chromium/musl-hacks.patch
+++ b/community/chromium/musl-hacks.patch
@@ -20,3 +20,15 @@
int result = HANDLE_EINTR(Sendmmsg(fd, &msgvec[0], buffers.size(), 0));
SendResult send_result(0, 0, std::move(buffers));
if (result < 0) {
+diff --git a/chrome/common/string_matching/fuzzy_tokenized_string_match.cc b/chrome/common/string_matching/fuzzy_tokenized_string_match.cc
+index 8351fa7..7ace813 100644
+--- ./chrome/common/string_matching/fuzzy_tokenized_string_match.cc
++++ ./chrome/common/string_matching/fuzzy_tokenized_string_match.cc
+@@ -6,6 +6,7 @@
+
+ #include <algorithm>
+ #include <iterator>
++#include <cmath>
+
+ #include "base/i18n/case_conversion.h"
+ #include "base/metrics/field_trial_params.h"