summaryrefslogtreecommitdiff
path: root/mail/emil
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-28 23:01:37 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-28 23:01:37 +0000
commit013c220e417ca40c08efd49003b9a5b799bd876c (patch)
treec560d0a5d4ec15390bf859f711d2d160b556de71 /mail/emil
parent- Add working download site (diff)
Let this port build on -current (stdout issues).
PR: 36430 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Reported by: bento
Notes
Notes: svn path=/head/; revision=56817
Diffstat (limited to 'mail/emil')
-rw-r--r--mail/emil/files/patch-main.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/emil/files/patch-main.c b/mail/emil/files/patch-main.c
new file mode 100644
index 000000000000..b215196776ab
--- /dev/null
+++ b/mail/emil/files/patch-main.c
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+--- main.c.orig Thu Mar 28 20:57:50 2002
++++ main.c Thu Mar 28 20:58:31 2002
+@@ -69,7 +69,7 @@
+ int pseudo_route = 0;
+
+ int in_fd = 0;
+-FILE * out_fd = stdout;
++FILE * out_fd;
+ FILE * char_fd = NULL;
+ FILE * conf_fd = NULL;
+ off_t pz;
+@@ -83,7 +83,7 @@
+ int no_run = FALSE;
+ char *cmailer = NULL;
+ char *member = NULL;
+-
++ out_fd = stdout;
+ #ifdef HAVE_GETPAGESIZE
+ pz = (off_t) getpagesize();
+ #elif defined(hpux) || defined(_AUX_SOURCE)