Opened 19 years ago
Closed 19 years ago
#4610 closed defect (fixed)
BUG mailsync doesn't compile
Reported by: | pguyot (Paul Guyot) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | darwinports-bugs@…, ronaldoussoren@… | |
Port: |
Description
mailsync requires some file that c-client didn't provide. Moreover, mailsync actually tests for .so instead of .dylib and doesn't provide dynamic libraries.
The attached patch fixes the problem.
Attachments (1)
Change History (5)
Changed 19 years ago by pguyot (Paul Guyot)
Attachment: | mailsync.diff added |
---|
comment:1 Changed 19 years ago by blb@…
Cc: | ronaldoussoren@… added |
---|
* Bug 4065 has been marked as a duplicate of this bug. *
comment:2 Changed 19 years ago by mww@…
seems like cclient is not providing linkage.c which mailsync still tests for (and fails therefore);
comment:3 Changed 19 years ago by pguyot (Paul Guyot)
I fixed that earlier today with revision 2 of cclient.
comment:4 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
excellent - commited;
Note: See
TracTickets for help on using
tickets.
Patch to fix the problem.