diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-15 16:42:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-15 16:42:24 +0000 |
commit | 8ef25b6b7f7dff0d8ae0c4d450fd8af2dcfc0a8c (patch) | |
tree | 4a06ed21071ae723f2d734a560d5c3c0f36e2540 /www | |
parent | Update to 2.4.1.1. (diff) |
Fix build with Mozilla 1.4.1.
PR: 58072
Submitted by: Esa Karkkainen <ejk@iki.fi>
Notes
Notes:
svn path=/head/; revision=91342
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/files/patch-mozilla_GlobalHistory.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/galeon/files/patch-mozilla_GlobalHistory.cpp b/www/galeon/files/patch-mozilla_GlobalHistory.cpp new file mode 100644 index 000000000000..403be4c9fc6c --- /dev/null +++ b/www/galeon/files/patch-mozilla_GlobalHistory.cpp @@ -0,0 +1,11 @@ +--- src/mozilla/GlobalHistory.cpp.orig Tue Oct 14 17:43:42 2003 ++++ src/mozilla/GlobalHistory.cpp Tue Oct 14 17:44:08 2003 +@@ -108,7 +108,7 @@ + return NS_OK; + } + +-#if MOZILLA_SNAPSHOT > 9 ++#if MOZILLA_SNAPSHOT >= 9 + NS_IMETHODIMP GlobalHistory::SetLastPageVisited(const char * aLastPageVisited) + { + mLastPageVisited.Assign(aLastPageVisited); |