diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-06 19:24:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-06 19:24:41 +0200 |
commit | 922f247fc19dbbe1eb361dbe21439c5f4c536945 (patch) | |
tree | d0e098489ce311d8d54c526a869ad1b42a650699 /xulrunner-8.0-fix-maemo-checks-in-npapi.patch | |
parent | 07b0d8807bee3b8033cd75101ed0c59c6e5302e5 (diff) |
Xulrunner 13.0, Firefox 13.0
Diffstat (limited to 'xulrunner-8.0-fix-maemo-checks-in-npapi.patch')
-rw-r--r-- | xulrunner-8.0-fix-maemo-checks-in-npapi.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xulrunner-8.0-fix-maemo-checks-in-npapi.patch b/xulrunner-8.0-fix-maemo-checks-in-npapi.patch deleted file mode 100644 index 99c9b7f..0000000 --- a/xulrunner-8.0-fix-maemo-checks-in-npapi.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up mozilla-release/dom/plugins/base/npapi.h.BAD mozilla-release/dom/plugins/base/npapi.h ---- mozilla-release/dom/plugins/base/npapi.h.BAD 2011-12-06 13:31:16.364405916 -0500 -+++ mozilla-release/dom/plugins/base/npapi.h 2011-12-06 13:31:47.131109006 -0500 -@@ -379,7 +379,7 @@ typedef enum { - , NPPVpluginCoreAnimationLayer = 1003 - #endif - --#if (MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6) -+#if defined(MOZ_PLATFORM_MAEMO) && ((MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6)) - , NPPVpluginWindowlessLocalBool = 2002 - #endif - } NPPVariable; -@@ -432,7 +432,7 @@ typedef enum { - , NPNVsupportsCompositingCoreAnimationPluginsBool = 74656 /* TRUE if the browser supports - CA model compositing */ - #endif --#if (MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6) -+#if defined(MOZ_PLATFORM_MAEMO) && ((MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6)) - , NPNVSupportsWindowlessLocal = 2002 - #endif - } NPNVariable; |