pkgsrc/mail/cyrus-imapd/patches/patch-ab
2005-05-21 03:31:26 +00:00

15 lines
316 B
Text

$NetBSD: patch-ab,v 1.4 2005/05/21 03:31:26 rh Exp $
--- sieve/sievec.c.orig 2004-03-12 01:23:20.000000000 +1000
+++ 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;