From c64128b31ac5b687a105d6ce7d15d4a16a50a70b Mon Sep 17 00:00:00 2001 From: Kelly Yancey Date: Mon, 14 Aug 2000 07:49:03 +0000 Subject: New port: cclient built with third-party maildir support. Cclient is used by UW's pine and imapd software to access mailboxes. This port complements the existing cclient port by building a version that includes support for qmail's maildir mailbox format. PR: 19691 --- mail/cclient-maildir/files/patch-aa | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mail/cclient-maildir/files/patch-aa (limited to 'mail/cclient-maildir/files/patch-aa') diff --git a/mail/cclient-maildir/files/patch-aa b/mail/cclient-maildir/files/patch-aa new file mode 100644 index 000000000000..4615f235b3fb --- /dev/null +++ b/mail/cclient-maildir/files/patch-aa @@ -0,0 +1,21 @@ +--- src/osdep/unix/os_bsi.h.orig Sat Oct 19 20:30:04 1996 ++++ src/osdep/unix/os_bsi.h Sun May 24 10:46:33 1998 +@@ -37,7 +37,18 @@ + #include + #include + #include ++ ++/* ++ * FreeBSD v3.x and onward whines about being obsolete, so switch ++ * to POSIX semantics. ++ */ ++#if __FreeBSD__ >= 3 ++#include ++#define direct dirent ++#else + #include ++#endif ++ + #include + #include + #include -- cgit v1.2.3