diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-11 21:16:50 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-11 21:16:50 +0000 |
commit | 5435292274db9c529aadec66307af24710baf4c7 (patch) | |
tree | 39c9dfe5319db683426737a382f3bf1c1599e006 /www/galeon/files | |
parent | 33353d188195fb891b63471a2590ad69a127156b (diff) | |
download | FreeBSD-ports-5435292274db9c529aadec66307af24710baf4c7.zip FreeBSD-ports-5435292274db9c529aadec66307af24710baf4c7.tar.gz |
Bah, fix the build in a cleaner way.
Diffstat (limited to 'www/galeon/files')
-rw-r--r-- | www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp deleted file mode 100644 index d0aa0aa..0000000 --- a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |