diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:40:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:40:29 +0000 |
commit | 4fe00b869b07fe04691b2773c34a6753041632f9 (patch) | |
tree | 9a4537224b18193f64c6f813002b8fdc0533541c /mail/procmail/files/patch-src-autoconf | |
parent | - Update to 2.3 (diff) |
- Simplify Makefile
- Pet portlint: rename patch files
- Support STAGEDIR
Notes
Notes:
svn path=/head/; revision=345804
Diffstat (limited to 'mail/procmail/files/patch-src-autoconf')
-rw-r--r-- | mail/procmail/files/patch-src-autoconf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-src-autoconf b/mail/procmail/files/patch-src-autoconf new file mode 100644 index 000000000000..ef615cb599ba --- /dev/null +++ b/mail/procmail/files/patch-src-autoconf @@ -0,0 +1,20 @@ +--- 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' + ++$RM -f _autotst + if $MAKE _autotst >$DEVNULL 2>&1 + test -f _autotst + then |