diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-14 12:06:00 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-14 12:06:00 +0000 |
| commit | 174f7611aba856cfd040dd6aea5de493cc7d02d3 (patch) | |
| tree | 129873d5772d828914c3ba22b20a72a25647e96e /testing/firefox/fix-ipc.patch | |
| parent | a49ecce1d89493d889226c83b6df50f4f986fdc0 (diff) | |
| download | aports-174f7611aba856cfd040dd6aea5de493cc7d02d3.tar.bz2 aports-174f7611aba856cfd040dd6aea5de493cc7d02d3.tar.xz | |
testing/firefox: upgrade to 35.0
Diffstat (limited to 'testing/firefox/fix-ipc.patch')
| -rw-r--r-- | testing/firefox/fix-ipc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/firefox/fix-ipc.patch b/testing/firefox/fix-ipc.patch index e21d57f40d..8371957d4b 100644 --- a/testing/firefox/fix-ipc.patch +++ b/testing/firefox/fix-ipc.patch @@ -1,14 +1,3 @@ ---- mozilla-release.orig/ipc/chromium/src/base/debug_util_posix.cc -+++ mozilla-release/ipc/chromium/src/base/debug_util_posix.cc -@@ -5,7 +5,7 @@ - #include "build/build_config.h" - #include "base/debug_util.h" - --#define MOZ_HAVE_EXECINFO_H (defined(OS_LINUX) && !defined(ANDROID)) -+#define MOZ_HAVE_EXECINFO_H (defined(OS_LINUX) && defined(__GLIBC__)) - - #include <errno.h> - #include <fcntl.h> --- mozilla-release.orig/ipc/chromium/src/base/file_util.h +++ mozilla-release/ipc/chromium/src/base/file_util.h @@ -14,10 +14,15 @@ |
