diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-18 05:06:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-18 05:06:33 +0000 |
commit | c946bb2290c10e94b07f4a475bfe8c9decdca52d (patch) | |
tree | fb107d3daef0777b29657980c8bbceb595c5d2ff /mail/mutt/files | |
parent | 42e0a9c58bb1545bb639c9e0c88f1e5382fa61a1 (diff) |
Notes
Diffstat (limited to 'mail/mutt/files')
-rw-r--r-- | mail/mutt/files/patch-01 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-01 b/mail/mutt/files/patch-01 new file mode 100644 index 000000000000..cb0f0416ea6e --- /dev/null +++ b/mail/mutt/files/patch-01 @@ -0,0 +1,11 @@ +--- configure.orig Wed Dec 18 02:48:06 1996 ++++ configure Wed Dec 18 02:54:07 1996 +@@ -751,7 +751,7 @@ + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +- for ac_dir in `echo $PATH | sed "s/:/ /"` /usr/lib; do ++ for ac_dir in `echo $PATH | sed "s/:/ /"` /usr/lib /usr/sbin; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_SENDMAIL="$ac_dir/$ac_word" |