boost port file does not properly include isysroot
Ryan Schmidt
ryandesign at macports.org
Sat Jan 28 03:43:45 PST 2012
On Jan 27, 2012, at 19:38, James Gregurich wrote:
> 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} ;"
Feel free to file an enhancement request about this in the issue tracker. I predict you'll run into similar problems in many, many other ports, since cross-compiling for another SDK is not something most users or maintainers ever test.
More information about the macports-dev
mailing list