diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-31 00:08:54 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-31 00:08:54 +0000 |
commit | 7f2f27f0828de1bd691fb262f70352494a451cc7 (patch) | |
tree | bb8dee17806c62ac53a52cd5ac8f186a671dffb3 /www | |
parent | e6d411bdb7b298f5796ec6ca0353fd1f3a02c4a4 (diff) | |
download | ports-7f2f27f0828de1bd691fb262f70352494a451cc7.tar.gz ports-7f2f27f0828de1bd691fb262f70352494a451cc7.zip |
Fix automatic detection of sendmail binary.
Submitted by: Frank Bartels <knarf@camelot.de>
Notes
Notes:
svn path=/head/; revision=37821
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/files/patch-aq | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq index a4d0d9da4b4f..6bd84e9ca6f3 100644 --- a/www/mod_php3/files/patch-aq +++ b/www/mod_php3/files/patch-aq @@ -1,5 +1,14 @@ ---- configure.orig Wed Oct 11 22:24:41 2000 -+++ configure Thu Oct 19 00:49:26 2000 +--- configure.orig Fri Oct 20 21:05:17 2000 ++++ configure Wed Jan 31 01:00:13 2001 +@@ -1626,7 +1626,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 @@ -5157,8 +5157,8 @@ fi if test "$withval" != "no" && test "$withval" != "yes"; then |