diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-01-15 21:17:08 +0100 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-06-10 18:16:25 +0200 |
commit | 4c1fbd8d521ce8ba8556514dce583dfd770c3066 (patch) | |
tree | a08fa1a80167903c2d82b1454dc5fcdfbfdcfd5f /mail/balsa/files/patch-src_threads.h | |
parent | misc/chatgpt-shell-cli: Add nox11 flavor (diff) |
mail/balsa: Update to 2.6.4
Port changes:
* Fix build
* Add license
* Make linters happy again
Changelog: https://github.com/GNOME/balsa/blob/master/NEWS
PR: 268734
Reported by: <thomholwerda@osnews.com>
Diffstat (limited to 'mail/balsa/files/patch-src_threads.h')
-rw-r--r-- | mail/balsa/files/patch-src_threads.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h deleted file mode 100644 index 585d798ba6f9..000000000000 --- a/mail/balsa/files/patch-src_threads.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/threads.h.orig 2009-08-30 05:03:26.000000000 -0400 -+++ src/threads.h 2009-12-25 12:41:53.000000000 -0500 -@@ -23,6 +23,7 @@ - #define __THREADS_H__ - - #include <unistd.h> -+#include <pthread.h> - - /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ - extern pthread_mutex_t mailbox_lock; |