#14388: boost doesnt build ---------------------------------+------------------------------------------ Reporter: wbendick@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by gui_dos@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