diff options
Diffstat (limited to 'mail/cyrus-imapd23/patches/patch-ak')
-rw-r--r-- | mail/cyrus-imapd23/patches/patch-ak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/patches/patch-ak b/mail/cyrus-imapd23/patches/patch-ak new file mode 100644 index 00000000000..ae9f31012c7 --- /dev/null +++ b/mail/cyrus-imapd23/patches/patch-ak @@ -0,0 +1,15 @@ +$NetBSD: patch-ak,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $ + +--- sieve/sievec.c.orig 2009-03-25 23:58:04.000000000 +0000 ++++ sieve/sievec.c +@@ -63,6 +63,10 @@ + #include <sys/stat.h> + #include <fcntl.h> + ++#ifdef __APPLE__ ++struct et_list *_et_list = NULL; ++#endif ++ + /* config.c stuff */ + const int config_need_data = 0; + |