FreeBSD Bugzilla – Attachment 92004 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/dmail/Makefile.orig 2008-06-04 20:18:34.000000000 +0200 >+++ src/dmail/Makefile 2008-12-10 19:13:21.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 > >-dmail: $(CCLIENTLIB) dmail.o dquota.o >+dmail: dmail.o dquota.o > $(CC) $(CFLAGS) -o dmail dmail.o dquota.o $(LDFLAGS) > >-dmail.o: $C/mail.h $C/misc.h $C/osdep.h dquota.h >- > dquota.o: dquota.h >- >-$(CCLIENTLIB): >- cd $C;make >+ $(CC) $(CFLAGS) -c -o dquota.o dquota.c $(LDFLAGS) > > clean: > rm -f *.o dmail >--- imap-uw/files/patch-src-dmail-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