diff options
author | netchild <netchild@FreeBSD.org> | 2005-09-01 11:03:48 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-09-01 11:03:48 +0000 |
commit | 752812576328c8bf5b06c464a5fbbde9a8b22367 (patch) | |
tree | 35190a8464202407b502165e3af0b018a191ffec /mail/claws-mail | |
parent | 583b3e2a7eb1e144185462895388e8507b526e3a (diff) | |
download | FreeBSD-ports-752812576328c8bf5b06c464a5fbbde9a8b22367.zip FreeBSD-ports-752812576328c8bf5b06c464a5fbbde9a8b22367.tar.gz |
Unbreak port on 4.x and 5.x.
PR: 84479, 84558
Noticed by: many
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/files/patch-src_etpan_etpan-thread-manager.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/claws-mail/files/patch-src_etpan_etpan-thread-manager.c b/mail/claws-mail/files/patch-src_etpan_etpan-thread-manager.c new file mode 100644 index 0000000..a4f3ddc --- /dev/null +++ b/mail/claws-mail/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> |