mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fc02bf58cb
Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com> PR: 4729
12 lines
397 B
Plaintext
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@
|