pkgsrc/mail/evolution/patches/patch-ai

16 lines
368 B
Text

$NetBSD: patch-ai,v 1.4 2002/03/26 20:50:13 rh Exp $
--- camel/camel-transport.c.orig Sat Oct 27 18:59:27 2001
+++ camel/camel-transport.c Tue Mar 26 15:01:50 2002
@@ -23,6 +23,11 @@
* USA
*/
+#ifdef _POSIX_THREAD_SYSCALL_SOFT
+#undef _POSIX_THREAD_SYSCALL_SOFT
+#endif
+#define _POSIX_THREAD_SYSCALL_SOFT 0
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif