Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-2.22.3-firefox2.0-header-fix.patch
Date: Mon, 28 Jul 2008 20:40:28
Message-Id: E1KNZW5-0006Q7-ND@stork.gentoo.org
1 ford_prefect 08/07/28 20:40:25
2
3 Added: epiphany-2.22.3-firefox2.0-header-fix.patch
4 Log:
5 Fix build against =www-client/mozilla-firefox-2.0* (bug #230834)
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.26 i686)
7
8 Revision Changes Path
9 1.1 www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: epiphany-2.22.3-firefox2.0-header-fix.patch
15 ===================================================================
16 diff -Naur epiphany-2.22.3-old/embed/mozilla/MozRegisterComponents.cpp epiphany-2.22.3/embed/mozilla/MozRegisterComponents.cpp
17 --- epiphany-2.22.3-old/embed/mozilla/MozRegisterComponents.cpp 2008-07-05 17:45:42.000000000 +0200
18 +++ epiphany-2.22.3/embed/mozilla/MozRegisterComponents.cpp 2008-07-05 17:44:58.000000000 +0200
19 @@ -31,6 +31,7 @@
20 #include <nsCOMPtr.h>
21 #include <nsCURILoader.h>
22 #include <nsDocShellCID.h>
23 +#include <nsIBadCertListener.h>
24 #include <nsICategoryManager.h>
25 #include <nsIComponentManager.h>
26 #include <nsIComponentRegistrar.h>