diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 03:16:39 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 03:16:39 +0000 |
| commit | 1a77e6a7d7c831915aef99fd1e9f82aeb8b65779 (patch) | |
| tree | 8cd09e9036fe9a3204d396cf6e4053b5811f39e2 /mail/dkimap4/files/patch-config.in | |
| parent | add p5-Config-Ini (diff) | |
add dkimap4
IMAP4rev1 and POP3 server from the DBOX BBS package
PR: 28244
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=44851
Diffstat (limited to 'mail/dkimap4/files/patch-config.in')
| -rw-r--r-- | mail/dkimap4/files/patch-config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/dkimap4/files/patch-config.in b/mail/dkimap4/files/patch-config.in new file mode 100644 index 000000000000..cbd724bbbd6f --- /dev/null +++ b/mail/dkimap4/files/patch-config.in @@ -0,0 +1,19 @@ +--- config.in.orig Wed May 16 18:41:08 2001 ++++ config.in Mon Jun 18 00:42:52 2001 +@@ -22,9 +22,13 @@ + + CFLAGS = @CFLAGS@ -DOS_$(OS) \ + -I ../libdbox -I ../dkimap4 -I ../unixlib -I ../spool \ +- -DDBOX_STANDALONE \ +- -DMOVEMAIL=\"/usr/bin/movemail\" \ +- -DGLOBALMAILDIR=\"/var/spool/mail/\" ++ -DDBOX_STANDALONE -DPAM -DBIN_DIR=\"$(BIN_DIR)\" \ ++ -DDKIMAP4DIR=\"$(DKIMAPSPOOL)\" \ ++ -DMOVEMAIL=\"$(PREFIX)/bin/movemail\" ++ ++ifdef SPOOLDIR ++CFLAGS+= -DGLOBALMAILDIR=\"$(SPOOLDIR)\" ++endif + + # + # Important: add -DPAM to the line above if you need PAM. |
