diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-16 17:19:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-16 17:19:20 +0000 |
commit | a6c711a81a9e42224fe2f840a4d4fb1cea096173 (patch) | |
tree | aa370003a983a6b4f340002cb40a3e9383d8200c /www | |
parent | 28cce32d70e5bd2de5ddf3510e06d3cac9174de6 (diff) | |
download | FreeBSD-ports-a6c711a81a9e42224fe2f840a4d4fb1cea096173.zip FreeBSD-ports-a6c711a81a9e42224fe2f840a4d4fb1cea096173.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp | 11 | ||||
-rw-r--r-- | www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp new file mode 100644 index 0000000..75b22b9 --- /dev/null +++ b/www/galeon/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); 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 0000000..75b22b9 --- /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); |