#20970 closed defect (fixed)
Patch to maildrop 2.20 Portfile to make it build on Snow Leopard
Reported by: | chenggao@… | Owned by: | matt@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | maildrop |
Description
Seems gcc 4.21 on Snow Leopard uses C99 as default, which makes building of Maildrop 2.20 fail. Attached file patchs Portfile to use C89 to achieve successful build.
Attachments (1)
Change History (5)
Changed 15 years ago by chenggao@…
Attachment: | maildrop-2.20.diff added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to matt@… |
---|---|
Port: | maildrop added |
Type: | update → defect |
comment:2 follow-up: 4 Changed 15 years ago by tobypeterson
comment:4 Changed 15 years ago by chenggao@…
Replying to toby@…:
I get the same issue with and without -std=c89 ... it seems to want bdb (or something). Did you install a db4x port (or gdbm) in between attempts?
Thanks for looking into this. Yes seems I got db46 installed as dependency for some app. Just I dont know which.
Sorry my workaround caused some chaos.
Note: See
TracTickets for help on using
tickets.
I get the same issue with and without -std=c89 ... it seems to want bdb (or something). Did you install a db4x port (or gdbm) in between attempts?