aboutsummaryrefslogtreecommitdiffstats
path: root/main/xulrunner/fix-tools.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-29 10:45:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-29 10:45:51 +0000
commit0922448fd990acf0b61c0f147d82a67a1bd7a852 (patch)
treef960826a7140f994e4e0025436b136d7c2b92239 /main/xulrunner/fix-tools.patch
parent355e7462540d7f04d77602bac7eab4c8fa0eb3a9 (diff)
downloadaports-0922448fd990acf0b61c0f147d82a67a1bd7a852.tar.bz2
aports-0922448fd990acf0b61c0f147d82a67a1bd7a852.tar.xz
main/xulrunner: upgrade to 25.0
Diffstat (limited to 'main/xulrunner/fix-tools.patch')
-rw-r--r--main/xulrunner/fix-tools.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/xulrunner/fix-tools.patch b/main/xulrunner/fix-tools.patch
index 1d0051bb3f..8a370b4abd 100644
--- a/main/xulrunner/fix-tools.patch
+++ b/main/xulrunner/fix-tools.patch
@@ -39,17 +39,6 @@
#ifdef ANDROID
#include <android/log.h>
#else
---- mozilla-release/tools.orig/profiler/shared-libraries-linux.cc
-+++ mozilla-release/tools/profiler/shared-libraries-linux.cc
-@@ -14,7 +14,7 @@
- #include "platform.h"
- #include "shared-libraries.h"
-
--#ifndef __GLIBC__
-+#ifdef ANDRIOD
- /* a crapy version of getline, because it's not included in bionic */
- static ssize_t getline(char **lineptr, size_t *n, FILE *stream)
- {
--- mozilla-release/toolkit.orig/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
+++ mozilla-release/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
@@ -45,6 +45,7 @@