summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorbad <bad>2000-04-25 16:53:04 +0000
committerbad <bad>2000-04-25 16:53:04 +0000
commite71890d8bf193059316505dd8ee9cfc7cdcbef22 (patch)
tree7c0ab88398fbb55020cdad97c22f543c4bd50c04 /www
parent766e8f3cc484479f561cca33644466d663ac9815 (diff)
downloadpkgsrc-e71890d8bf193059316505dd8ee9cfc7cdcbef22.tar.gz
Fix AC_PATH_PROG check for sendmail.
Diffstat (limited to 'www')
-rw-r--r--www/php3/patches/patch-ah13
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