diff options
Diffstat (limited to 'www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch')
-rw-r--r-- | www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch b/www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch new file mode 100644 index 000000000000..206f0003dd08 --- /dev/null +++ b/www-client/epiphany/files/epiphany-2.22.3-firefox2.0-header-fix.patch @@ -0,0 +1,11 @@ +diff -Naur epiphany-2.22.3-old/embed/mozilla/MozRegisterComponents.cpp epiphany-2.22.3/embed/mozilla/MozRegisterComponents.cpp +--- epiphany-2.22.3-old/embed/mozilla/MozRegisterComponents.cpp 2008-07-05 17:45:42.000000000 +0200 ++++ epiphany-2.22.3/embed/mozilla/MozRegisterComponents.cpp 2008-07-05 17:44:58.000000000 +0200 +@@ -31,6 +31,7 @@ + #include <nsCOMPtr.h> + #include <nsCURILoader.h> + #include <nsDocShellCID.h> ++#include <nsIBadCertListener.h> + #include <nsICategoryManager.h> + #include <nsIComponentManager.h> + #include <nsIComponentRegistrar.h> |