summaryrefslogtreecommitdiff
path: root/www/galeon2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-11 21:11:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-11 21:11:02 +0000
commit9a08eed3e6b94b0bd0e515d6a0d26ca1061203eb (patch)
tree091a783056271b0dc9522e712c64a750c979c144 /www/galeon2/files
parentUpdate to 1.0.1. This is a massive bugfix release, and all Mozilla 1.0 users (diff)
Fix build with Mozilla-1.0.1.
Notes
Notes: svn path=/head/; revision=66172
Diffstat (limited to 'www/galeon2/files')
-rw-r--r--www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp
new file mode 100644
index 000000000000..d0aa0aaaaea7
--- /dev/null
+++ b/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp
@@ -0,0 +1,11 @@
+--- src/mozilla/GaleonWrapper.cpp.orig Wed Sep 11 16:59:41 2002
++++ src/mozilla/GaleonWrapper.cpp Wed Sep 11 17:00:49 2002
+@@ -182,7 +182,7 @@
+ }
+ else
+ {
+-#if MOZILLA_SNAPSHOT > 1
++#if MOZILLA_SNAPSHOT >= 1
+ result = print->PrintPreview(options, nsnull, nsnull);
+ #else
+ result = print->PrintPreview(options);