Opened 15 years ago
Closed 15 years ago
#22657 closed defect (fixed)
physfs should not depend on readline
Reported by: | trent@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | physfs |
Description
I think physfs has some example that requires libreadline, but install the libraries from macports should build with --disable-readline. It's particularly important on Os x 10.6 because readline depends on ncurses, and the default ncurses found by gcc will be the OS x one, which does not have a 64 bit version.
Change History (1)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | physfs removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
1.0.2 built fine on 10.6, but anyway, the readline dep is gone as of r60803.