1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/cyrus-imapd2/files/patch-bc
Stefan Bethke 2024ed0f43 Update to 1.5.14
PR:		ports/7789
Submitted by:	Hans Huebner <hans@artcom.de>
1998-09-23 15:36:27 +00:00

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@