diff options
author | bad <bad> | 2000-04-25 16:53:04 +0000 |
---|---|---|
committer | bad <bad> | 2000-04-25 16:53:04 +0000 |
commit | db4161bd16a20d4b7e42b8fe410f32b81a108e03 (patch) | |
tree | 7c0ab88398fbb55020cdad97c22f543c4bd50c04 /www/php3 | |
parent | 56429d37a57bf061e8682cf0e3d598ad670398fb (diff) | |
download | pkgsrc-db4161bd16a20d4b7e42b8fe410f32b81a108e03.tar.gz |
Fix AC_PATH_PROG check for sendmail.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/patches/patch-ah | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/php3/patches/patch-ah b/www/php3/patches/patch-ah index 6cf090c3f8c..ebd064c57dd 100644 --- a/www/php3/patches/patch-ah +++ b/www/php3/patches/patch-ah @@ -1,7 +1,16 @@ -$NetBSD: patch-ah,v 1.4 2000/04/13 11:23:20 tron Exp $ +$NetBSD: patch-ah,v 1.5 2000/04/25 16:53:04 bad Exp $ --- configure.orig Wed Apr 5 01:32:58 2000 -+++ configure Wed Apr 12 19:35:13 2000 ++++ configure Tue Apr 25 18:15:31 2000 +@@ -1624,7 +1624,7 @@ + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" +- ac_dummy="$PATH /usr/bin /usr/sbin /usr/etc /etc /usr/ucblib" ++ ac_dummy="$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then @@ -4373,6 +4373,7 @@ fi |