1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/cyrus-imapd2/files/patch-bc
Jordan K. Hubbard fc02bf58cb Unbreak cyrus port.
Submitted by:	Ian Vaudrey <i.vaudrey@bigfoot.com>
PR:		4729
1998-02-15 12:14:15 +00:00

12 lines
397 B
Plaintext

--- imap/Makefile.in.orig Thu Mar 13 10:23:01 1997
+++ imap/Makefile.in Wed Oct 8 13:56:57 1997
@@ -34,7 +34,7 @@
CYRUS_USER=@cyrus_user@
CYRUS_GROUP=@cyrus_group@
-DEFS = @DEFS@
+DEFS = @DEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\"
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@
LIBS = @LIBS@
DEPLIBS = ../et/libcom_err.a ../lib/libcyrus.a @DEPLIBS@