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...
fixed line:
write_jam "using darwin : : ${filter}${configure.cxx} -isysroot
${configure.sdkroot} ;"
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
