aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-07-30 11:01:08 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-07-30 11:01:08 +0000
commitd36cacff7585f77f4265199d4864794bed612f0f (patch)
tree2ddc54937fc76b5c13e07ce82e8a8988f868943e /mail/claws-mail
parent79483b93f0c086332693146fb9144d5465f5883c (diff)
downloadports-d36cacff7585f77f4265199d4864794bed612f0f.tar.gz
ports-d36cacff7585f77f4265199d4864794bed612f0f.zip
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/files/patch-src_etpan_imap-thread.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/claws-mail/files/patch-src_etpan_imap-thread.c b/mail/claws-mail/files/patch-src_etpan_imap-thread.c
new file mode 100644
index 000000000000..43316bb10fb2
--- /dev/null
+++ b/mail/claws-mail/files/patch-src_etpan_imap-thread.c
@@ -0,0 +1,10 @@
+--- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005
++++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005
+@@ -8,6 +8,7 @@
+ #include <imap.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/socket.h>
+ #include <fcntl.h>
+ #include <sys/mman.h>
+ #include <sys/wait.h>