diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-02 16:32:02 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-02 16:32:02 +0800 |
commit | 33ca128b59bd325b7635b913fcaea098a44b7469 (patch) | |
tree | ab384e21353d18df99150fd1c8a63a9b7b63ab98 /www | |
parent | 4340994d3a6056462e36603c02eb60d417aba740 (diff) | |
download | freebsd-ports-gnome-33ca128b59bd325b7635b913fcaea098a44b7469.tar.gz freebsd-ports-gnome-33ca128b59bd325b7635b913fcaea098a44b7469.tar.zst freebsd-ports-gnome-33ca128b59bd325b7635b913fcaea098a44b7469.zip |
Fix build with latest mozilla 1.8a5
Diffstat (limited to 'www')
-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> |