mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a3b3c78cee
IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
14 lines
563 B
Plaintext
14 lines
563 B
Plaintext
Index: imap/Makefile.in
|
|
diff -u imap/Makefile.in.orig imap/Makefile.in
|
|
--- imap/Makefile.in.orig Tue Dec 19 05:27:14 2000
|
|
+++ imap/Makefile.in Thu Jan 4 23:30:15 2001
|
|
@@ -64,7 +64,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@ @ZEPHYR_CPPFLAGS@ @SASLFLAGS@
|
|
IMAP_LIBS = @IMAP_LIBS@
|
|
SIEVE_LIBS = @SIEVE_LIBS@
|