aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-tools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/fix-tools.patch')
-rw-r--r--testing/firefox/fix-tools.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/firefox/fix-tools.patch b/testing/firefox/fix-tools.patch
index 522d7e1a27..ea5a2cd785 100644
--- a/testing/firefox/fix-tools.patch
+++ b/testing/firefox/fix-tools.patch
@@ -1,19 +1,3 @@
-diff --git a/media/libav/config_unix.h b/media/libav/config_unix.h
-index 3921293..df8b855 100644
---- a/media/libav/config_unix.h
-+++ b/media/libav/config_unix.h
-@@ -219,7 +219,11 @@
- #define HAVE_STRERROR_R 1
- #define HAVE_STRPTIME 1
- #define HAVE_SYSCONF 1
-+#if !defined(__linux__) || defined(__GLIBC__)
- #define HAVE_SYSCTL 1
-+#else
-+#define HAVE_SYSCTL 0
-+#endif
- #define HAVE_USLEEP 1
- #define HAVE_VIRTUALALLOC 0
- #define HAVE_PTHREADS 0
diff --git a/tools/profiler/core/platform-linux.cc b/tools/profiler/core/platform-linux.cc
index 0df1e8f..d868895 100644
--- a/tools/profiler/core/platform-linux.cc