Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

maildrop-2.20.diff (521 bytes) - added by chenggao@… 15 years ago.

Download all attachments as: .zip

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: updatedefect

comment:2 Changed 15 years ago by tobypeterson

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?

comment:3 Changed 15 years ago by tobypeterson

Resolution: fixed
Status: newclosed

comment:4 in reply to:  2 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.