aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnu-finger/files/patch-aa
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-10 22:33:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-10 22:33:14 +0000
commitc86362a6acaf05373c031a68e00e41450401ea22 (patch)
treefbf3876d07a1ceaab20b97c7f86fd3e42f773b02 /net/gnu-finger/files/patch-aa
parent26bcf55f4bcc599d833fc009315b4ffcdb7169a3 (diff)
GNU finger.
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
Diffstat (limited to 'net/gnu-finger/files/patch-aa')
-rw-r--r--net/gnu-finger/files/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/gnu-finger/files/patch-aa b/net/gnu-finger/files/patch-aa
new file mode 100644
index 000000000000..33f1d887263c
--- /dev/null
+++ b/net/gnu-finger/files/patch-aa
@@ -0,0 +1,26 @@
+--- 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
+