aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-fixes.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-10-22 15:59:16 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-10-22 15:59:38 +0200
commit3321ebfe8d85bddce205cba4b52e9b1da956776a (patch)
tree16df163fc4fb2171f1a45fc0478ceaaead632a28 /community/chromium/musl-fixes.patch
parent1aecb7a940aa7f6224e384fa3d1becf08c962367 (diff)
downloadaports-3321ebfe8d85bddce205cba4b52e9b1da956776a.tar.bz2
aports-3321ebfe8d85bddce205cba4b52e9b1da956776a.tar.xz
community/chromium: upgrade to 46.0.2490.71
Diffstat (limited to 'community/chromium/musl-fixes.patch')
-rw-r--r--community/chromium/musl-fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch
index 144a008557..6bddcf480a 100644
--- a/community/chromium/musl-fixes.patch
+++ b/community/chromium/musl-fixes.patch
@@ -217,3 +217,14 @@
#include "base/posix/eintr_wrapper.h"
+--- ./base/logging.cc
++++ ./base/logging.cc.orig
+@@ -543,7 +543,7 @@
+ }
+
+ LogMessage::~LogMessage() {
+-#if !defined(OFFICIAL_BUILD) && !defined(OS_NACL) && !defined(__UCLIBC__)
++#if !defined(OFFICIAL_BUILD) && !defined(OS_NACL) && defined(__GLIBC__)
+ if (severity_ == LOG_FATAL) {
+ // Include a stack trace on a fatal.
+ base::debug::StackTrace trace;