diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-04 04:52:56 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-04 04:52:56 +0000 |
commit | 34b7bd26df86098f01124bedcea95b79da81900c (patch) | |
tree | 8ef7cff773ee511dd9b8a1dbabb346d8243c917a /mail/xc-mail/files/patch-ac | |
parent | Add x11/dynamag, a magnifier which follows the pointer. (diff) |
Add mail/xc-mail, an RFC 2015-aware e-mail client.
Add x11-toolkits/xclasses, required by XCmail.
PR: 21665, 21666
Approved by: will
Diffstat (limited to 'mail/xc-mail/files/patch-ac')
-rw-r--r-- | mail/xc-mail/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/xc-mail/files/patch-ac b/mail/xc-mail/files/patch-ac new file mode 100644 index 000000000000..b2aa48d58a99 --- /dev/null +++ b/mail/xc-mail/files/patch-ac @@ -0,0 +1,12 @@ +--- src/npop3get.cxx.orig Fri Jun 23 10:42:27 2000 ++++ src/npop3get.cxx Sun Oct 1 05:08:18 2000 +@@ -12,8 +12,8 @@ + #include <string.h> + #include <stdlib.h> + #include <errno.h> +-#include <utime.h> + #include <sys/types.h> ++#include <utime.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <ctype.h> |