mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2024ed0f43
PR: ports/7789 Submitted by: Hans Huebner <hans@artcom.de>
20 lines
659 B
Plaintext
20 lines
659 B
Plaintext
*** imap/Makefile.in Wed Aug 26 11:40:10 1998
|
|
--- imap/Makefile.in.orig Wed Aug 26 11:37:56 1998
|
|
***************
|
|
*** 47,53 ****
|
|
CYRUS_USER=@cyrus_user@
|
|
CYRUS_GROUP=@cyrus_group@
|
|
|
|
! DEFS = @DEFS@ @LOCALDEFS@
|
|
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@
|
|
LIBS = @LIBS@ @COM_ERR_LIBS@
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
--- 47,53 ----
|
|
CYRUS_USER=@cyrus_user@
|
|
CYRUS_GROUP=@cyrus_group@
|
|
|
|
! DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\"
|
|
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@
|
|
LIBS = @LIBS@ @COM_ERR_LIBS@
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|