diff options
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" |