mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Let this port build on -current (stdout issues).
PR: 36430 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Reported by: bento
This commit is contained in:
parent
7e2881cf32
commit
013c220e41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56817
1 changed files with 22 additions and 0 deletions
22
mail/emil/files/patch-main.c
Normal file
22
mail/emil/files/patch-main.c
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue