Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: xulrunner-1.9.2-noalsa-fixup.patch
Date: Fri, 29 Jan 2010 15:00:35
Message-Id: E1NasKn-0004qP-GT@stork.gentoo.org
1 anarchy 10/01/29 15:00:33
2
3 Added: xulrunner-1.9.2-noalsa-fixup.patch
4 Log:
5 Fix sparc build issue thanks armin76, fix -alsa build error, change networkmanager to wifi useflag
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-libs/xulrunner/files/xulrunner-1.9.2-noalsa-fixup.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/xulrunner-1.9.2-noalsa-fixup.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/xulrunner-1.9.2-noalsa-fixup.patch?rev=1.1&content-type=text/plain
13
14 Index: xulrunner-1.9.2-noalsa-fixup.patch
15 ===================================================================
16 diff -urN mozilla-1.9.2-orig/content/base/src/nsDocument.cpp mozilla-1.9.2/content/base/src/nsDocument.cpp
17 --- mozilla-1.9.2-orig/content/base/src/nsDocument.cpp 2010-01-28 22:16:08.683135912 -0600
18 +++ mozilla-1.9.2/content/base/src/nsDocument.cpp 2010-01-28 22:17:57.605126833 -0600
19 @@ -169,7 +169,9 @@
20 #include "nsIPropertyBag2.h"
21 #include "nsIDOMPageTransitionEvent.h"
22 #include "nsFrameLoader.h"
23 +#ifdef MOZ_MEDIA
24 #include "nsHTMLMediaElement.h"
25 +#endif
26
27 #include "mozAutoDocUpdate.h"
28
29 diff -urN mozilla-1.9.2-orig/content/base/src/nsNodeUtils.cpp mozilla-1.9.2/content/base/src/nsNodeUtils.cpp
30 --- mozilla-1.9.2-orig/content/base/src/nsNodeUtils.cpp 2010-01-28 22:16:08.686138846 -0600
31 +++ mozilla-1.9.2/content/base/src/nsNodeUtils.cpp 2010-01-28 22:17:14.618150370 -0600
32 @@ -55,7 +55,9 @@
33 #endif
34 #include "nsBindingManager.h"
35 #include "nsGenericHTMLElement.h"
36 +#ifdef MOZ_MEDIA
37 #include "nsHTMLMediaElement.h"
38 +#endif
39
40 // This macro expects the ownerDocument of content_ to be in scope as
41 // |nsIDocument* doc|