1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp
Joe Marcus Clarke b7f0e90180 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
2002-09-16 17:19:20 +00:00

12 lines
317 B
C++

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