aboutsummaryrefslogtreecommitdiff
path: root/mail/xmailbox/files/patch-MailboxP.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xmailbox/files/patch-MailboxP.h')
-rw-r--r--mail/xmailbox/files/patch-MailboxP.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/xmailbox/files/patch-MailboxP.h b/mail/xmailbox/files/patch-MailboxP.h
new file mode 100644
index 000000000000..f87044adad2f
--- /dev/null
+++ b/mail/xmailbox/files/patch-MailboxP.h
@@ -0,0 +1,16 @@
+--- MailboxP.h Mon Jul 1 11:13:47 1996
++++ /home/andy/tmp/wrk/MailboxP.h Sun May 24 00:39:39 1998
+@@ -40,12 +40,10 @@
+
+ #ifdef SYSV
+ #define MAILBOX_DIRECTORY "/usr/mail"
+-#else
+-#ifdef SVR4
++#elif defined(SVR4) || defined(__FreeBSD__)
+ #define MAILBOX_DIRECTORY "/var/mail"
+ #else
+ #define MAILBOX_DIRECTORY "/usr/spool/mail"
+-#endif
+ #endif
+
+ typedef struct { /* new fields for mailbox widget */