Opened 11 years ago
Closed 11 years ago
#40974 closed defect (fixed)
sdcc can't compile on mavericks
Reported by: | stoffer@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | haspatch mavericks | Cc: | |
Port: | sdcc |
Description
found out I had to disable any reference to sbrk. Couldn't find a way through the configure-system, so I just made two small patches
Attachments (6)
Change History (11)
Changed 11 years ago by stoffer@…
Changed 11 years ago by stoffer@…
Attachment: | patch-no_sbrk_1.diff added |
---|
Changed 11 years ago by stoffer@…
Attachment: | patch-no_sbrk_2.diff added |
---|
comment:1 follow-up: 2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch mavericks added; sdcc maverick removed |
---|---|
Owner: | changed from macports-tickets@… to snc@… |
Summary: | sdcc can't compile on maverick → sdcc can't compile on mavericks |
Changed 11 years ago by stoffer@…
Attachment: | Portfile.diff added |
---|
comment:2 Changed 11 years ago by stoffer@…
Replying to ryandesign@…:
Generally, we prefer a unified diff of the portfile, not a complete new portfile.
done; attached
Changed 11 years ago by stoffer@…
Attachment: | Portfile.2.diff added |
---|
Changed 11 years ago by stoffer@…
Attachment: | patch-no-sbrk.patch added |
---|
comment:3 follow-up: 4 Changed 11 years ago by stoffer@…
found out the right way was to patch config.in - so Portfile.2.diff and patch-no-sbrk.patch attached. (Is there a way to remove attachments here?)
comment:4 Changed 11 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
Replying to stoffer@…:
Is there a way to remove attachments here?
They can be overwritten but I don't think they can be deleted by anyone but administrators.
comment:5 Changed 11 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patched in r112601.
Note: See
TracTickets for help on using
tickets.
Generally, we prefer a unified diff of the portfile, not a complete new portfile.