diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-15 16:42:24 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-15 16:42:24 +0000 |
commit | 3af6bbe2d3fbce9d2ea74a71ceac2b9f4c0bbb87 (patch) | |
tree | caadd61ce7d2d060d17326b83320bac651d8e593 /www/galeon | |
parent | 35e735a116378d56787da572b1e15ba6fbf6f07b (diff) | |
download | FreeBSD-ports-3af6bbe2d3fbce9d2ea74a71ceac2b9f4c0bbb87.zip FreeBSD-ports-3af6bbe2d3fbce9d2ea74a71ceac2b9f4c0bbb87.tar.gz |
Fix build with Mozilla 1.4.1.
PR: 58072
Submitted by: Esa Karkkainen <ejk@iki.fi>
Diffstat (limited to 'www/galeon')
-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 0000000..403be4c --- /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); |