Ticket #17775 (closed defect: fixed)
darcs-2.1.2 links against system curses instead of MacPorts ncurses
| Reported by: | blb@… | Owned by: | gwright@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | ||
| Port: | darcs |
Description
Building devel/darcs with no variants causes the resulting darcs executable to be linked against /usr/lib/libncurses.5.4.dylib since it looks for -lcurses before -lncurses (/usr/lib/libcurses.dylib is a symlink to /usr/lib/libncurses.5.4.dylib). A simple patch against configure fixes this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


diff to Portfile