Ticket #20506 (closed defect: fixed)
ncursesw fails to build universal on 10.6 x86_64
| Reported by: | ryanwalklin@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | snowleopard | Cc: | imajes@…, toby@… |
| Port: | ncursesw |
Description
The portfile for ncursesw checks for cross-compilation before installing, however on x86_64, does not allow installation becaus: the port is not built for ppc and ppc64.
The portfile is trivially fixed by removing the section:
if { ${need_cross}=="yes" && ${have_run}=="no" } {
return -code error "At least one of the universal_archs values must run on your host architecture."
}
Change History
Note: See
TracTickets for help on using
tickets.

