summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ah
blob: 766909196e7b4ed722f9e58451a7b17c83450a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ah,v 1.2 2001/08/11 18:39:26 rh Exp $

--- camel/camel-tcp-stream-openssl.c.orig	Mon Jul  9 00:15:30 2001
+++ camel/camel-tcp-stream-openssl.c
@@ -20,6 +20,11 @@
  *
  */
 
+#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