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-src_threads.h | |
parent | - Update to 2.5.5 (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.
Diffstat (limited to 'mail/balsa/files/patch-src_threads.h')
-rw-r--r-- | mail/balsa/files/patch-src_threads.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h new file mode 100644 index 000000000000..62c60b878960 --- /dev/null +++ b/mail/balsa/files/patch-src_threads.h @@ -0,0 +1,12 @@ +--- src/threads.h.orig Tue Dec 31 14:06:47 2002 ++++ src/threads.h Tue Dec 31 14:07:32 2002 +@@ -21,6 +21,9 @@ + + #ifndef __THREADS_H__ + #define __THREADS_H__ ++ ++#include <pthread.h> ++ + /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ + extern pthread_mutex_t mailbox_lock; + |