diff options
Diffstat (limited to 'mail/mutt-devel/files/patch-01')
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 new file mode 100644 index 000000000000..cb0f0416ea6e --- /dev/null +++ b/mail/mutt-devel/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" |