diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-10 21:51:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-10 21:51:18 +0200 |
commit | fca24ce921dd23dcf3874fe1b0a7bb03e8ababf0 (patch) | |
tree | b5098810965036f71913e5f53ae0fbb31dabdabb /package/firefox/patches/patch-js_src_jsnum_h | |
parent | 863d37c1abd1706f4b1bf1249b87b08a112da670 (diff) |
revert firefox and libpng updates, does not work
Diffstat (limited to 'package/firefox/patches/patch-js_src_jsnum_h')
-rw-r--r-- | package/firefox/patches/patch-js_src_jsnum_h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/firefox/patches/patch-js_src_jsnum_h b/package/firefox/patches/patch-js_src_jsnum_h index 54c7064cf..af999878c 100644 --- a/package/firefox/patches/patch-js_src_jsnum_h +++ b/package/firefox/patches/patch-js_src_jsnum_h @@ -1,6 +1,6 @@ ---- mozilla-2.0.orig/js/src/jsnum.h 2011-03-19 00:33:50.000000000 +0100 -+++ mozilla-2.0/js/src/jsnum.h 2011-03-27 20:18:21.253370504 +0200 -@@ -101,7 +101,7 @@ JSDOUBLE_IS_FINITE(jsdouble d) +--- mozilla-1.9.2.orig/js/src/jsnum.h 2010-04-02 18:02:28.000000000 +0200 ++++ mozilla-1.9.2/js/src/jsnum.h 2010-04-11 14:04:14.000000000 +0200 +@@ -98,7 +98,7 @@ JSDOUBLE_IS_FINITE(jsdouble d) #ifdef WIN32 return _finite(d); #else |