[MacPorts] #14388: boost doesnt build
MacPorts
trac at macosforge.org
Thu Feb 21 05:59:39 PST 2008
#14388: boost doesnt build
---------------------------------+------------------------------------------
Reporter: wbendick at gmail.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: High | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
---------------------------------+------------------------------------------
Comment (by gui_dos at macports.org):
The new path should be shorter.
{{{
system "install_name_tool -id ${prefix}/lib/${lib} ${lib}"
}}}
should be limited to the library name:
{{{
set libtail [file tail ${lib}]
system "install_name_tool -id ${prefix}/lib/${libtail} ${lib}"
}}}
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14388#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list