1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Remove uneeded patch that was breaking build.

Reported by:	adamw
This commit is contained in:
Joe Marcus Clarke 2002-11-18 13:27:05 +00:00
parent fb764b44e4
commit be5f7ab4c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70408

View File

@ -1,11 +0,0 @@
--- 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);