diff options
author | Anders Nordby <anders@FreeBSD.org> | 2009-01-19 01:17:14 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2009-01-19 01:17:14 +0000 |
commit | 1ef00cf0dd1cca633503b37a80488f91288f0c3f (patch) | |
tree | a3fbca8919e5d3cd68703d87f6944e05a3a0fffc /mail/imap-uw/files/patch-src-tmail-Makefile | |
parent | - Update to 0.10.0 (diff) |
Update to 2007e.
Remove FORBIDDEN, as the security issues should be OK now.
PR: 130617
Submitted by: Martin Matuska <mm@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=226408
Diffstat (limited to 'mail/imap-uw/files/patch-src-tmail-Makefile')
-rw-r--r-- | mail/imap-uw/files/patch-src-tmail-Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/mail/imap-uw/files/patch-src-tmail-Makefile b/mail/imap-uw/files/patch-src-tmail-Makefile index fd311ca4ba3b..f45c29d32d2d 100644 --- a/mail/imap-uw/files/patch-src-tmail-Makefile +++ b/mail/imap-uw/files/patch-src-tmail-Makefile @@ -1,6 +1,6 @@ ---- src/tmail/Makefile.orig Wed Nov 27 04:13:15 2002 -+++ src/tmail/Makefile Wed Nov 27 04:14:09 2002 -@@ -23,17 +23,11 @@ +--- src/tmail/Makefile.orig 2008-06-04 20:18:34.000000000 +0200 ++++ src/tmail/Makefile 2009-01-16 10:30:24.000000000 +0100 +@@ -31,20 +31,12 @@ # Get local definitions from c-client directory @@ -10,14 +10,17 @@ +CFLAGS+= -DNFSKLUDGE -I$(LOCALBASE)/include/c-client +LDFLAGS+= -L$(LOCALBASE)/lib -lc-client4 --tmail: $(CCLIENTLIB) tmail.o -+tmail: tmail.o - $(CC) $(CFLAGS) -o tmail tmail.o $(LDFLAGS) +-tmail: $(CCLIENTLIB) tmail.o tquota.o ++tmail: tmail.o tquota.o + $(CC) $(CFLAGS) -o tmail tmail.o tquota.o $(LDFLAGS) + +-tmail.o: $C/mail.h $C/misc.h $C/osdep.h tquota.h - --tmail.o: $C/mail.h $C/misc.h $C/osdep.h +-tquota.o: tquota.h - -$(CCLIENTLIB): - cd $C;make - +- clean: rm -f *.o tmail + |