summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-16 17:19:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-16 17:19:20 +0000
commitb7f0e901801ebba894eb3b21cdb046bd84afaa08 (patch)
tree895827ebf55098651a2c288e7ff65e2b758a511f /www/galeon2
parentUpdate to 1.4.2. (diff)
Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.
This fix may be subject to change pending a response from the Galeon developers. PR: 42841
Notes
Notes: svn path=/head/; revision=66453
Diffstat (limited to 'www/galeon2')
-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..75b22b95c353
--- /dev/null
+++ b/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp
@@ -0,0 +1,11 @@
+--- src/mozilla/GaleonWrapper.cpp.orig Mon Sep 16 12:42:40 2002
++++ src/mozilla/GaleonWrapper.cpp Mon Sep 16 12:42:47 2002
+@@ -182,7 +182,7 @@
+ }
+ else
+ {
+-#if MOZILLA_SNAPSHOT > 1
++#if MOZILLA_SNAPSHOT > 0
+ result = print->PrintPreview(options, nsnull, nsnull);
+ #else
+ result = print->PrintPreview(options);