aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-hacks.patch
diff options
context:
space:
mode:
authorkhanku <khanku@localhost>2017-05-23 19:36:06 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-26 08:33:37 +0000
commit60ebd1c3e7309f2c4afd2114ca8c6b036a587ea0 (patch)
tree57e4609abf04f5648432ef238f738add9babe8f1 /community/chromium/musl-hacks.patch
parentf58356d8624f8747b5844638c56d815b8b911548 (diff)
downloadaports-60ebd1c3e7309f2c4afd2114ca8c6b036a587ea0.tar.bz2
aports-60ebd1c3e7309f2c4afd2114ca8c6b036a587ea0.tar.xz
community/chromium: update to 58.0.3029.110
Diffstat (limited to 'community/chromium/musl-hacks.patch')
-rw-r--r--community/chromium/musl-hacks.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch
new file mode 100644
index 0000000000..91706ef2ef
--- /dev/null
+++ b/community/chromium/musl-hacks.patch
@@ -0,0 +1,11 @@
+--- ./base/debug/stack_trace.cc.orig
++++ ./base/debug/stack_trace.cc
+@@ -33,7 +33,7 @@
+
+ std::string StackTrace::ToString() const {
+ std::stringstream stream;
+-#if !defined(__UCLIBC__)
++#if defined(__GLIBC__)
+ OutputToStream(&stream);
+ #endif
+ return stream.str();