aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnu-finger/files/patch-aa
diff options
context:
space:
mode:
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
+