aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-21 08:28:30 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-21 08:28:30 +0000
commit55a65b9d902f3dae98a31344b0ee7a3104c32bb6 (patch)
treedbc32e59c711cdfd0a9e92b0aaf70f2cc2422f58 /mail/cyrus-imapd2
parentfae99bfc40c855836ae4873ab9e589a5b57ac1aa (diff)
downloadports-55a65b9d902f3dae98a31344b0ee7a3104c32bb6.tar.gz
ports-55a65b9d902f3dae98a31344b0ee7a3104c32bb6.zip
Notes
Diffstat (limited to 'mail/cyrus-imapd2')
-rw-r--r--mail/cyrus-imapd2/files/patch-ca10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/cyrus-imapd2/files/patch-ca b/mail/cyrus-imapd2/files/patch-ca
new file mode 100644
index 000000000000..87ec8c6c0aaa
--- /dev/null
+++ b/mail/cyrus-imapd2/files/patch-ca
@@ -0,0 +1,10 @@
+--- sieve/comparator.h.orig Sun Nov 12 18:00:13 2000
++++ sieve/comparator.h Sun Nov 12 18:00:19 2000
+@@ -31,6 +31,7 @@
+ #ifdef HAVE_RX
+ #include <rxposix.h>
+ #else
++#include <sys/types.h>
+ #include <regex.h>
+ #endif
+ #endif