Opened 12 years ago
Closed 12 years ago
#37056 closed defect (fixed)
elvis fails on Lion
Reported by: | Crosmatron | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch maintainer | Cc: | |
Port: | elvis |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
elvis fails to compile on Lion and Mountain Lion due to getline():
:info:build ref.c:45:14: error: static declaration of 'getline' follows non-static declaration :info:build static char *getline(FILE *fp);
Attachments (2)
Change History (4)
Changed 12 years ago by Crosmatron
Attachment: | patch-src-ref.c.diff added |
---|
Changed 12 years ago by Crosmatron
Attachment: | Portfile-elvis.diff added |
---|
Suggested Portfile changes
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | haspatch added |
comment:2 Changed 12 years ago by neverpanic (Clemens Lang)
Keywords: | maintainer added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Commited in r99872. Consider marking this port openmaintainer as described in https://guide.macports.org/#project.update-policies.nonmaintainer.
Note: See
TracTickets for help on using
tickets.
Patch to fix compilation.