summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
diff options
context:
space:
mode:
authorrh <rh>2005-05-21 06:58:03 +0000
committerrh <rh>2005-05-21 06:58:03 +0000
commitd03e3555f3ec68f8d07abe2d7a6c1b98b2c13b51 (patch)
tree221e1b02f63a0fa4337f4f7f4a70dd8d4165c894 /mail/cyrus-imapd
parent2f2acca54d19760fefd95b7e660038e76d7bbcb7 (diff)
downloadpkgsrc-d03e3555f3ec68f8d07abe2d7a6c1b98b2c13b51.tar.gz
Make this compile on Darwin.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r--mail/cyrus-imapd/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ad b/mail/cyrus-imapd/patches/patch-ad
new file mode 100644
index 00000000000..aaaa52a32b2
--- /dev/null
+++ b/mail/cyrus-imapd/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.4 2005/05/21 06:58:03 rh Exp $
+
+--- imap/message.c.orig 2004-09-17 03:58:54.000000000 +1000
++++ imap/message.c
+@@ -72,6 +72,10 @@
+ #include "global.h"
+ #include "retry.h"
+
++#ifdef __APPLE__
++struct et_list *_et_list = NULL;
++#endif
++
+ /* Message being parsed */
+ struct msg {
+ const char *base;