freebsd-ports/mail/cyrus-imapd24/files/patch-dc
2003-03-29 14:57:01 +00:00

14 lines
544 B
Text

Index: master/Makefile.in
diff -u master/Makefile.in.orig master/Makefile.in
--- master/Makefile.in.orig Fri Feb 7 07:41:03 2003
+++ master/Makefile.in Fri Mar 21 18:02:28 2003
@@ -52,7 +52,8 @@
CYRUS_USER=@cyrus_user@
CYRUS_GROUP=@cyrus_group@
-DEFS = @DEFS@ @LOCALDEFS@
+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" \
+ -DDEFAULT_MASTER_CONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\"
CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @CPPFLAGS@ @COM_ERR_CPPFLAGS@
DEPLIBS = ../lib/libcyrus_min.a @DEPLIBS@