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-src-mlock-Makefile | |
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
Diffstat (limited to 'mail/imap-uw/files/patch-src-mlock-Makefile')
-rw-r--r-- | mail/imap-uw/files/patch-src-mlock-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/imap-uw/files/patch-src-mlock-Makefile b/mail/imap-uw/files/patch-src-mlock-Makefile new file mode 100644 index 000000000000..279633e872b9 --- /dev/null +++ b/mail/imap-uw/files/patch-src-mlock-Makefile @@ -0,0 +1,12 @@ +--- src/mlock/Makefile.orig Wed Nov 27 04:06:19 2002 ++++ src/mlock/Makefile Wed Nov 27 04:09:37 2002 +@@ -22,8 +22,7 @@ + + # Get local definitions from c-client directory + +-CC = `cat $C/CCTYPE` +-CFLAGS = `cat $C/CFLAGS` ++CFLAGS+= -DNFSKLUDGE + + all: mlock + |