summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd/patches/patch-ab')
-rw-r--r--mail/cyrus-imapd/patches/patch-ab22
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ab b/mail/cyrus-imapd/patches/patch-ab
index 266da8fd245..b3c60127597 100644
--- a/mail/cyrus-imapd/patches/patch-ab
+++ b/mail/cyrus-imapd/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2000/12/10 09:46:13 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2001/09/18 21:56:30 skrll Exp $
---- installsieve/Makefile.in.orig Thu Nov 11 13:30:16 1999
-+++ installsieve/Makefile.in
-@@ -28,7 +28,7 @@
- CC = @CC@
-
- DEFS = @DEFS@
--CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib @CPPFLAGS@
-+CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib @CPPFLAGS@ @SASLFLAGS@
- CFLAGS = @CFLAGS@
- LDFLAGS = @LDFLAGS@
+--- imap/Makefile.in.orig Sat Jun 23 04:14:01 2001
++++ imap/Makefile.in
+@@ -65,7 +65,7 @@
+ CYRUS_GROUP=@cyrus_group@
+ DEFS = @DEFS@ @LOCALDEFS@
+-CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @ZEPHYR_CPPFLAGS@ @SASLFLAGS@
++CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @CPPFLAGS@ @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @ZEPHYR_CPPFLAGS@ @SASLFLAGS@
+ IMAP_LIBS = @IMAP_LIBS@
+ SIEVE_LIBS = @SIEVE_LIBS@
+ IMAP_COM_ERR_LIBS = @IMAP_COM_ERR_LIBS@