From 9a08eed3e6b94b0bd0e515d6a0d26ca1061203eb Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 11 Sep 2002 21:11:02 +0000 Subject: Fix build with Mozilla-1.0.1. --- www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp (limited to 'www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp') 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); -- cgit v1.2.3