pkgsrc/mail/evolution/patches/patch-ah
2001-04-26 05:57:22 +00:00

17 lines
441 B
Text

$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"