aboutsummaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-15 16:42:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-15 16:42:24 +0000
commit8ef25b6b7f7dff0d8ae0c4d450fd8af2dcfc0a8c (patch)
tree4a06ed21071ae723f2d734a560d5c3c0f36e2540 /www/galeon
parent2ade2f3b15339b767be70ce3df1376fa94626c6c (diff)
downloadports-8ef25b6b7f7dff0d8ae0c4d450fd8af2dcfc0a8c.tar.gz
ports-8ef25b6b7f7dff0d8ae0c4d450fd8af2dcfc0a8c.zip
Notes
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/files/patch-mozilla_GlobalHistory.cpp11
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);