summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/files/patch-bc
blob: ce5594805a0b951cc837bf4b3fcc029b5f01382c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: imap/Makefile.in
diff -u imap/Makefile.in.orig imap/Makefile.in
--- imap/Makefile.in.orig	Fri Apr 19 02:35:26 2002
+++ imap/Makefile.in	Thu May  2 04:02:37 2002
@@ -61,7 +61,7 @@
 CYRUS_USER=@cyrus_user@
 CYRUS_GROUP=@cyrus_group@
 
-DEFS = @DEFS@ @LOCALDEFS@
+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\"
 CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
 IMAP_LIBS = @IMAP_LIBS@
 SIEVE_LIBS = @SIEVE_LIBS@