diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-11-27 04:11:23 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-11-27 04:11:23 +0000 |
commit | e88031e534ac4555d567405bd7914485882be6d1 (patch) | |
tree | 059490bae4fc06be5dc31572d95a099e402f9280 /mail/imap-uw/files/patch-ac | |
parent | Unbreak: set USE_OPENSSL properly. (diff) |
Unbreak building of bundled tools.
Install the newly bundled tools: mailutil, dmail and tmail.
Tidy.
Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext
passwords.
Pointy hat to: dougb
Notes
Notes:
svn path=/head/; revision=71139
Diffstat (limited to 'mail/imap-uw/files/patch-ac')
-rw-r--r-- | mail/imap-uw/files/patch-ac | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/imap-uw/files/patch-ac b/mail/imap-uw/files/patch-ac index 89883da726bc..e40384aa28a6 100644 --- a/mail/imap-uw/files/patch-ac +++ b/mail/imap-uw/files/patch-ac @@ -1,5 +1,5 @@ ---- src/imapd/Makefile.orig Mon Nov 18 08:48:25 2002 -+++ src/imapd/Makefile Tue Nov 26 02:07:06 2002 +--- src/imapd/Makefile.orig Mon Nov 18 17:48:25 2002 ++++ src/imapd/Makefile Wed Nov 27 02:28:00 2002 @@ -18,10 +18,10 @@ # CPYRIGHT, included with this Distribution. @@ -24,7 +24,16 @@ -@@ -44,22 +46,21 @@ +@@ -38,28 +40,29 @@ + # broken program does a STATUS on the selected mailbox. This shouldn't be + # necessary, and it's been reported that Entourage works without having to + # un-comment this. +-#ENBD= -DENTOURAGE_BRAIN_DAMAGE ++.if defined(WITH_ENTOURAGE_BRAIN_DAMAGE) ++ENBD= -DENTOURAGE_BRAIN_DAMAGE ++.endif + + # Get local definitions from c-client directory C = ../c-client @@ -43,7 +52,7 @@ +CFLAGS+= -DETC_DIR=\"$(PREFIX)/etc\" -DDRAC_AUTH +LDFLAGS+= -ldrac +.endif -+CFLAGS+= $(RFC1730) $(NSBD) $(MSBD) ++CFLAGS+= $(NSBD) $(ENBD) all: imapd |