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-gfx_2d_Logging_h | |
parent | 71055053b241c7aa8186b0281d58e0237ebdb010 (diff) |
firefox: update to latest
Diffstat (limited to 'package/firefox/patches/patch-gfx_2d_Logging_h')
-rw-r--r-- | package/firefox/patches/patch-gfx_2d_Logging_h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-gfx_2d_Logging_h b/package/firefox/patches/patch-gfx_2d_Logging_h new file mode 100644 index 000000000..78da23499 --- /dev/null +++ b/package/firefox/patches/patch-gfx_2d_Logging_h @@ -0,0 +1,12 @@ +--- mozilla-release.orig/gfx/2d/Logging.h 2015-10-14 23:41:53.000000000 +0200 ++++ mozilla-release/gfx/2d/Logging.h 2015-10-22 21:47:47.852599070 +0200 +@@ -11,9 +11,7 @@ + #include <stdio.h> + #include <vector> + +-#ifdef MOZ_LOGGING + #include "mozilla/Logging.h" +-#endif + + #if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_ANDROID) + #include "nsDebug.h" |