1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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
This commit is contained in:
Joe Marcus Clarke 2002-09-16 17:19:20 +00:00
parent 1827ec0be4
commit b7f0e90180
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66453
2 changed files with 22 additions and 0 deletions

View File

@ -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);

View File

@ -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);