freebsd-ports/mail/cyrus-imapd2/files/patch-dc

14 lines
474 B
Text
Raw Normal View History

Index: master/Makefile.in
diff -u master/Makefile.in.orig master/Makefile.in
2003-02-04 16:55:54 +01:00
--- master/Makefile.in.orig Tue Feb 4 20:30:08 2003
+++ master/Makefile.in Tue Feb 4 20:31:00 2003
@@ -52,7 +52,7 @@
CYRUS_USER=@cyrus_user@
CYRUS_GROUP=@cyrus_group@
-DEFS = @DEFS@ @LOCALDEFS@
+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\"
2003-02-04 16:55:54 +01:00
CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @CPPFLAGS@ @COM_ERR_CPPFLAGS@
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@