diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-02-05 18:43:05 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-02-05 18:43:05 +0000 |
commit | dcea94ba3d5796b1189632b549d10c3b2e01ab4b (patch) | |
tree | 8bd150b192af042d81f88573c16b082f446c94cd /www-client/icecat/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-dcea94ba3d5796b1189632b549d10c3b2e01ab4b.tar.gz gentoo-2-dcea94ba3d5796b1189632b549d10c3b2e01ab4b.tar.bz2 gentoo-2-dcea94ba3d5796b1189632b549d10c3b2e01ab4b.zip |
Version bump (#301146)
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat/files')
-rw-r--r-- | www-client/icecat/files/xulrunner-1.9.2-noalsa-fixup.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www-client/icecat/files/xulrunner-1.9.2-noalsa-fixup.patch b/www-client/icecat/files/xulrunner-1.9.2-noalsa-fixup.patch new file mode 100644 index 000000000000..1fc7b6f87e65 --- /dev/null +++ b/www-client/icecat/files/xulrunner-1.9.2-noalsa-fixup.patch @@ -0,0 +1,26 @@ +diff -urN mozilla-1.9.2-orig/content/base/src/nsDocument.cpp mozilla-1.9.2/content/base/src/nsDocument.cpp +--- mozilla-1.9.2-orig/content/base/src/nsDocument.cpp 2010-01-28 22:16:08.683135912 -0600 ++++ mozilla-1.9.2/content/base/src/nsDocument.cpp 2010-01-28 22:17:57.605126833 -0600 +@@ -169,7 +169,9 @@ + #include "nsIPropertyBag2.h" + #include "nsIDOMPageTransitionEvent.h" + #include "nsFrameLoader.h" ++#ifdef MOZ_MEDIA + #include "nsHTMLMediaElement.h" ++#endif + + #include "mozAutoDocUpdate.h" + +diff -urN mozilla-1.9.2-orig/content/base/src/nsNodeUtils.cpp mozilla-1.9.2/content/base/src/nsNodeUtils.cpp +--- mozilla-1.9.2-orig/content/base/src/nsNodeUtils.cpp 2010-01-28 22:16:08.686138846 -0600 ++++ mozilla-1.9.2/content/base/src/nsNodeUtils.cpp 2010-01-28 22:17:14.618150370 -0600 +@@ -55,7 +55,9 @@ + #endif + #include "nsBindingManager.h" + #include "nsGenericHTMLElement.h" ++#ifdef MOZ_MEDIA + #include "nsHTMLMediaElement.h" ++#endif + + // This macro expects the ownerDocument of content_ to be in scope as + // |nsIDocument* doc| |