diff options
author | rh <rh@pkgsrc.org> | 2001-08-11 18:39:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-11 18:39:25 +0000 |
commit | 536cebc3ad79454f4026a49e2fdb273218a07c9e (patch) | |
tree | 03d5a3de97e7989481b42cf19f9fab04617abb33 /mail/evolution/patches/patch-ae | |
parent | c0e778ea8a86638584febdcc7d60780f62bc68fd (diff) | |
download | pkgsrc-536cebc3ad79454f4026a49e2fdb273218a07c9e.tar.gz |
Update evolution to 0.12. Changes are too numerous to list here. For
a detailed list, see the release notes on the package's homepage.
Diffstat (limited to 'mail/evolution/patches/patch-ae')
-rw-r--r-- | mail/evolution/patches/patch-ae | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution/patches/patch-ae b/mail/evolution/patches/patch-ae index be4403838f1..d3a53b649b9 100644 --- a/mail/evolution/patches/patch-ae +++ b/mail/evolution/patches/patch-ae @@ -1,6 +1,6 @@ -$NetBSD: patch-ae,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ +$NetBSD: patch-ae,v 1.2 2001/08/11 18:39:25 rh Exp $ ---- camel/camel-remote-store.c.orig Tue Apr 24 17:56:15 2001 +--- camel/camel-remote-store.c.orig Tue Jul 17 23:22:19 2001 +++ camel/camel-remote-store.c @@ -23,6 +23,11 @@ * @@ -11,6 +11,6 @@ $NetBSD: patch-ae,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ +#endif +#define _POSIX_THREAD_SYSCALL_SOFT 0 + + #ifdef HAVE_CONFIG_H #include <config.h> - - #include <sys/time.h> + #endif |