mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c86362a6ac
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
27 lines
606 B
Plaintext
27 lines
606 B
Plaintext
--- configure.orig Fri Oct 16 06:49:05 1992
|
|
+++ configure Mon Jul 8 19:39:32 1996
|
|
@@ -1041,8 +1041,10 @@
|
|
|
|
|
|
echo checking for /proc file system
|
|
- if test -r /proc ; then DEFS="$DEFS -DHAVE_PROC_FS=1"
|
|
- fi
|
|
+# if test -r /proc ; then DEFS="$DEFS -DHAVE_PROC_FS=1"
|
|
+# fi
|
|
+
|
|
+ DEFS="$DEFS -D_ANSI_SOURCE"
|
|
|
|
|
|
|
|
@@ -1071,8 +1073,9 @@
|
|
|
|
|
|
|
|
- echo checking for /usr/mail or /usr/spool/mail
|
|
+ echo checking for /usr/mail, /var/mail or /usr/spool/mail
|
|
if test -d /usr/mail ; then MAILDIR=/usr/mail
|
|
+ elif test -d /var/mail ; then MAILDIR=/var/mail
|
|
else MAILDIR=/usr/spool/mail
|
|
fi
|
|
|