summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-12 04:27:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-12 04:27:56 +0000
commitb5281c4a0d616d5877c1cf227b502cfeaf64900f (patch)
treec43c81fba3aa81c50c70a1191a48a555fae4b9a2 /www/galeon2
parentFit in 80 columns. (diff)
Fix linking with Mozilla 1.4.1.
Notes
Notes: svn path=/head/; revision=90884
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/files/patch-mozilla_GlobalHistory.cpp11
1 files changed, 11 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..cf345f13cb00
--- /dev/null
+++ b/www/galeon2/files/patch-mozilla_GlobalHistory.cpp
@@ -0,0 +1,11 @@
+--- mozilla/GlobalHistory.cpp.orig Sun Oct 12 00:25:20 2003
++++ mozilla/GlobalHistory.cpp Sun Oct 12 00:25:27 2003
+@@ -99,7 +99,7 @@
+ return NS_OK;
+ }
+
+-#if MOZILLA_SNAPSHOT > 9
++#if MOZILLA_SNAPSHOT >= 9
+ NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited)
+ {
+ mLastPageVisited.Assign(aLastPageVisited);