diff options
Diffstat (limited to 'mail/evolution/patches/patch-ah')
-rw-r--r-- | mail/evolution/patches/patch-ah | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/evolution/patches/patch-ah b/mail/evolution/patches/patch-ah new file mode 100644 index 00000000000..88f9ac4ba5d --- /dev/null +++ b/mail/evolution/patches/patch-ah @@ -0,0 +1,17 @@ +$NetBSD: patch-ah,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- camel/camel-service.c.orig Wed Apr 25 20:22:29 2001 ++++ camel/camel-service.c +@@ -23,6 +23,12 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ ++ ++#ifdef _POSIX_THREAD_SYSCALL_SOFT ++#undef _POSIX_THREAD_SYSCALL_SOFT ++#endif ++#define _POSIX_THREAD_SYSCALL_SOFT 0 ++ + #include <config.h> + #include "camel-service.h" + #include "camel-session.h" |