#17810 closed defect (fixed)
xboard Portfile wrong
Reported by: | matt.mcadory@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | libtool | Cc: | jmroot (Joshua Root) |
Port: | xboard |
Description
Line 28 in the xboard portfile should read:
copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}
instead of:
copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}
Change History (2)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|---|
Keywords: | libtool added; xboard removed |
Port: | xboard added |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r44497. (Libtool 2 upgrade breakage.)