diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-21 14:38:30 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-21 14:38:30 +0000 |
| commit | b39898e97bb723c7b8094b4a97ce3edf0ca79faf (patch) | |
| tree | 08193d1dd65213450096e44e1f0c2ea2f84b60ba /testing/firefox/fix-tools.patch | |
| parent | a510af5868cbde7c3efb310b262a40adf9b8703b (diff) | |
| download | aports-b39898e97bb723c7b8094b4a97ce3edf0ca79faf.tar.bz2 aports-b39898e97bb723c7b8094b4a97ce3edf0ca79faf.tar.xz | |
testing/firefox: upgrade to 49.0
Diffstat (limited to 'testing/firefox/fix-tools.patch')
| -rw-r--r-- | testing/firefox/fix-tools.patch | 16 |
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 |
