#33085: boost: support building for a different SDK -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: adfernandes@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: haspatch | Port: boost -------------------------------------+-------------------------------------- This report came in via James Gregurich on the mailing list:
I have macosx_deployment_target set to 10.6. The boost port file does not add in the sdkroot as it should. TO fix, modify the last line in the post-configure function to add in the isysroot entry... [[br]] [[br]] fixed line:
{{{ write_jam "using darwin : : ${filter}${configure.cxx} -isysroot ${configure.sdkroot} ;" }}} -- Ticket URL: <https://trac.macports.org/ticket/33085> MacPorts <http://www.macports.org/> Ports system for Mac OS