summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd/patches/patch-bc')
-rw-r--r--mail/cyrus-imapd/patches/patch-bc14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-bc b/mail/cyrus-imapd/patches/patch-bc
new file mode 100644
index 00000000000..b940c725d53
--- /dev/null
+++ b/mail/cyrus-imapd/patches/patch-bc
@@ -0,0 +1,14 @@
+$NetBSD: patch-bc,v 1.1 2005/03/02 21:42:48 wiz Exp $
+
+--- perl/sieve/lib/request.c.orig Sun Nov 28 15:14:46 2004
++++ perl/sieve/lib/request.c Sun Nov 28 15:14:47 2004
+@@ -51,7 +51,9 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <sys/ipc.h>
++#if !defined(__APPLE__)
+ #include <sys/msg.h>
++#endif
+
+ #include <stdlib.h>
+ #include <stdio.h>