aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-fixes.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-02-15 15:45:32 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-02-15 15:45:37 +0100
commit097d0e7018b7bff479154df2d4d4063690a47cdf (patch)
treec3f6e09fbcb11c7d416889a4908ee89b8635efcb /community/chromium/musl-fixes.patch
parent37652ce548aabf3fe3acd982ee9d171745d0d363 (diff)
downloadaports-097d0e7018b7bff479154df2d4d4063690a47cdf.tar.bz2
aports-097d0e7018b7bff479154df2d4d4063690a47cdf.tar.xz
community/chromium: upgrade to 48.0.2564.109
Diffstat (limited to 'community/chromium/musl-fixes.patch')
-rw-r--r--community/chromium/musl-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch
index 0a069b7ec3..1410502b3b 100644
--- a/community/chromium/musl-fixes.patch
+++ b/community/chromium/musl-fixes.patch
@@ -105,17 +105,6 @@
#if defined(__mips__)
// When indirect syscall (syscall(__NR_foo, ...)) is made on Mips, the
---- ./net/base/dns_reloader.cc.orig
-+++ ./net/base/dns_reloader.cc
-@@ -5,7 +5,7 @@
- #include "net/base/dns_reloader.h"
-
- #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD) && \
-- !defined(OS_ANDROID)
-+ !defined(OS_ANDROID) && !defined(_GNU_SOURCE)
-
- #include <resolv.h>
-
--- ./net/dns/dns_config_service_posix.cc.orig
+++ ./net/dns/dns_config_service_posix.cc
@@ -116,7 +116,7 @@