FreeBSD Bugzilla – Attachment 92005 Details for
Bug 129555
mail/cclient & mail/imap-uw 2006j is buggy and ancient (contain all thinks necesarry for update to 2007d)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 750 bytes, created by
Dan Lukes
on 2008-12-10 19:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dan Lukes
Created:
2008-12-10 19:40:00 UTC
Size:
750 bytes
patch
obsolete
>--- src/tmail/Makefile.orig 2008-06-04 20:18:34.000000000 +0200 >+++ src/tmail/Makefile 2008-12-10 19:10:23.000000000 +0100 >@@ -31,19 +31,14 @@ > > # Get local definitions from c-client directory > >-CC = `cat $C/CCTYPE` >-CFLAGS = -I$C `cat $C/CFLAGS` >-LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` >+CFLAGS+= -DNFSKLUDGE -I$(LOCALBASE)/include/c-client >+LDFLAGS+= -L$(LOCALBASE)/lib -lc-client4 > >-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 >- > tquota.o: tquota.h >- >-$(CCLIENTLIB): >- cd $C;make >+ $(CC) $(CFLAGS) -c -o tquota.o tquota.c $(LDFLAGS) > > clean: > rm -f *.o tmail >--- imap-uw/files/patch-src-tmail-Makefile ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129555
:
92003
|
92004
| 92005