diff options
Diffstat (limited to 'mail/procmail/files/patch-src:autoconf')
-rw-r--r-- | mail/procmail/files/patch-src:autoconf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/procmail/files/patch-src:autoconf b/mail/procmail/files/patch-src:autoconf index 964a015185ed..ef615cb599ba 100644 --- a/mail/procmail/files/patch-src:autoconf +++ b/mail/procmail/files/patch-src:autoconf @@ -1,6 +1,16 @@ ---- src/autoconf.ORI Sun Oct 30 10:01:45 2005 -+++ src/autoconf Sun Oct 30 10:03:56 2005 -@@ -978,6 +978,7 @@ +--- src/autoconf.orig 2001-09-10 21:55:46.000000000 -0700 ++++ src/autoconf 2010-12-23 11:53:07.000000000 -0800 +@@ -230,7 +230,8 @@ + echo "" + if test -z "$LOCKINGTEST" + then +- read b ++ #read b ++ b="" + elif test dummy = "$LOCKINGTEST" + then + b="" +@@ -977,6 +978,7 @@ echo 'Checking realloc implementation' @@ -8,4 +18,3 @@ if $MAKE _autotst >$DEVNULL 2>&1 test -f _autotst then - |