diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:17:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:17:58 +0200 |
commit | e496d39130b8b3e0eb7637c917a0c88c59d40e43 (patch) | |
tree | 031dd3bbc87347cb1ce8e144db8bb365eb9a8adc /package/firefox/patches/patch-configure | |
parent | 71055053b241c7aa8186b0281d58e0237ebdb010 (diff) |
firefox: update to latest
Diffstat (limited to 'package/firefox/patches/patch-configure')
-rw-r--r-- | package/firefox/patches/patch-configure | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/package/firefox/patches/patch-configure b/package/firefox/patches/patch-configure deleted file mode 100644 index 52210624e..000000000 --- a/package/firefox/patches/patch-configure +++ /dev/null @@ -1,41 +0,0 @@ ---- mozilla-release.orig/configure 2015-01-09 05:39:04.000000000 +0100 -+++ mozilla-release/configure 2015-02-04 11:49:00.000000000 +0100 -@@ -8156,38 +8156,6 @@ EOF - - fi - --MOZ_ENABLE_PROFILER_SPS=1 -- --case "${OS_TARGET}" in --Android) -- case "${CPU_ARCH}" in -- x86 | arm) ;; -- *) -- MOZ_ENABLE_PROFILER_SPS= -- esac -- ;; --Linux) -- case "${CPU_ARCH}" in -- x86 | x86_64) ;; -- *) -- MOZ_ENABLE_PROFILER_SPS= -- esac -- ;; --WINNT|Darwin) ;; --*) -- MOZ_ENABLE_PROFILER_SPS= -- ;; --esac -- --if test -n "$MOZ_ENABLE_PROFILER_SPS"; then -- cat >> confdefs.pytmp <<\EOF -- (''' MOZ_ENABLE_PROFILER_SPS ''', ' 1 ') --EOF --cat >> confdefs.h <<\EOF --#define MOZ_ENABLE_PROFILER_SPS 1 --EOF -- --fi - - # Check whether --enable-shark or --disable-shark was given. - if test "${enable_shark+set}" = set; then |