aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-09-01 11:03:48 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-09-01 11:03:48 +0000
commitfe5b0b2c01c6e854db63a6119328919d8cec903d (patch)
treefae32fea1520b22e1aff0cf7e98596185f7c00e9 /mail/sylpheed-claws
parent2831320667e147677886f20900f0fb406d92423f (diff)
downloadports-fe5b0b2c01c6e854db63a6119328919d8cec903d.tar.gz
ports-fe5b0b2c01c6e854db63a6119328919d8cec903d.zip
Notes
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r--mail/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c b/mail/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c
new file mode 100644
index 000000000000..a4f3ddc8d905
--- /dev/null
+++ b/mail/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c
@@ -0,0 +1,14 @@
+--- src/etpan/etpan-thread-manager.c.orig Thu Sep 1 12:57:20 2005
++++ src/etpan/etpan-thread-manager.c Thu Sep 1 12:57:57 2005
+@@ -4,10 +4,10 @@
+
+ #ifdef HAVE_LIBETPAN
+
++#include <pthread.h>
+ #include "etpan-thread-manager.h"
+
+ #include <stdlib.h>
+-#include <pthread.h>
+ #include <libetpan/mailsem.h>
+ #include <semaphore.h>
+ #include <unistd.h>