diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-13 22:04:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-13 22:04:30 +0000 |
commit | 3524f206fff55116eb9918f44a1d7d629198a592 (patch) | |
tree | 7207493b924d7546e8e15466fdb1b024a76f4db7 /www/galeon2/files/patch-mozilla_GlobalHistory.cpp | |
parent | Fix calendar build. (diff) |
Fix build with mozilla-devel-gtk2.
Notes
Notes:
svn path=/head/; revision=75480
Diffstat (limited to 'www/galeon2/files/patch-mozilla_GlobalHistory.cpp')
-rw-r--r-- | www/galeon2/files/patch-mozilla_GlobalHistory.cpp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-mozilla_GlobalHistory.cpp b/www/galeon2/files/patch-mozilla_GlobalHistory.cpp new file mode 100644 index 000000000000..eebb779a43f7 --- /dev/null +++ b/www/galeon2/files/patch-mozilla_GlobalHistory.cpp @@ -0,0 +1,27 @@ +--- mozilla/GlobalHistory.cpp.orig Thu Feb 13 16:30:19 2003 ++++ mozilla/GlobalHistory.cpp Thu Feb 13 16:32:29 2003 +@@ -16,6 +16,10 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include <config.h> ++#endif ++ + #include "galeon-config.h" + #include "mozilla-embed-shell.h" + +@@ -149,6 +153,13 @@ + { + return NS_ERROR_NOT_IMPLEMENTED; + } ++ ++#if MOZILLA_SNAPSHOT > 3 ++NS_IMETHODIMP MozGlobalHistory::OutputReferrerURL(const char *aURL, const char *aReferrer) ++{ ++ return NS_ERROR_NOT_IMPLEMENTED; ++} ++#endif + + NS_DEF_FACTORY (MozGlobalHistory, MozGlobalHistory); + |