pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd/patches Make this compile on Darwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6d47465511d
branches: trunk
changeset: 494225:a6d47465511d
user: rh <rh%pkgsrc.org@localhost>
date: Sat May 21 06:58:03 2005 +0000
description:
Make this compile on Darwin.
diffstat:
mail/cyrus-imapd/patches/patch-ad | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 2dd176b6ac05 -r a6d47465511d mail/cyrus-imapd/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd/patches/patch-ad Sat May 21 06:58:03 2005 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index