diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 22:49:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 22:49:11 +0000 |
commit | 7beeccbc3cda86939d460097e87da7e084a5124f (patch) | |
tree | 3e451fd9556519e782249771b6064e83cced51bf /mail/balsa/files/patch-libbalsa_mailbox_maildir.c | |
parent | 4a0f4996c3adff4512c11a58fa8b80c69acfda80 (diff) |
Update to 2.2.1. Balsa 1.4.x is obsolete, and doesn't even build anymore.
This update effectively obsoletes the balsa2 port.
Notes
Notes:
svn path=/head/; revision=115535
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_mailbox_maildir.c')
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_maildir.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c new file mode 100644 index 000000000000..811795eed8ea --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c @@ -0,0 +1,11 @@ +--- libbalsa/mailbox_maildir.c.orig Mon Jul 26 02:10:16 2004 ++++ libbalsa/mailbox_maildir.c Mon Jul 26 02:10:50 2004 +@@ -27,6 +27,8 @@ + #include <libgnome/gnome-config.h> + #include <libgnome/gnome-i18n.h> + ++#include <sys/types.h> ++#include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> |