diff options
author | rh <rh> | 2001-04-26 05:57:22 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-26 05:57:22 +0000 |
commit | 7efd5cee6d3a83a71814b78efb69cf68ae96a113 (patch) | |
tree | 46e2c57b8da800398cd0765a2a88ebf04a1ecd26 /mail/evolution/patches/patch-ah | |
parent | dabc2f9ae9948f2833e05ec3be2847203cafb4d9 (diff) | |
download | pkgsrc-7efd5cee6d3a83a71814b78efb69cf68ae96a113.tar.gz |
Initial import of evolution-0.9, a sophisticated GNOME mailer, address
book, and calendar.
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" |