diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-02 08:32:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-02 08:32:02 +0000 |
commit | d255c33e5124beafd0970ef91133947ee8c3fe17 (patch) | |
tree | b9c5c7e82c3bdca2e196f317b7ead8b7d4dde95e /www/kazehakase | |
parent | - Fix building with nhc (diff) |
Fix build with latest mozilla 1.8a5
Notes
Notes:
svn path=/head/; revision=122966
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/files/patch-kz-mozembed.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/kazehakase/files/patch-kz-mozembed.cpp b/www/kazehakase/files/patch-kz-mozembed.cpp new file mode 100644 index 000000000000..35f92b7b366c --- /dev/null +++ b/www/kazehakase/files/patch-kz-mozembed.cpp @@ -0,0 +1,11 @@ +--- src/mozilla/kz-mozembed.cpp.orig Thu Dec 2 03:08:25 2004 ++++ src/mozilla/kz-mozembed.cpp Thu Dec 2 03:08:35 2004 +@@ -64,7 +64,7 @@ + #include <docshell/nsIDocShellTreeItem.h> + #include <docshell/nsIDocShellTreeOwner.h> + #include <nsIPresShell.h> +-#include <nsIPresContext.h> ++// #include <nsIPresContext.h> + #include <nsIDOMNodeList.h> + #include <nsIDOMWindow.h> + #include <nsISelection.h> |