1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/mail/procmail/files/patch-src:autoconf
Sunpoet Po-Chuan Hsieh 9decc4f334 - Skip interactive input of additional directories for lock test
- Remove BATCH/IS_INTERACTIVE section in Makefile

PR:		ports/153409
Submitted by:	Craig Leres <leres@ee.lbl.gov>
2011-09-10 13:05:12 +00:00

20 lines
412 B
Text

--- 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