On Tue, May 10, 2016 at 5:10 AM, Mojca Miklavec <mojca@macports.org> wrote: > {-Dld="env MACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET $CC"} \ You shouldn't need this one for 5.24. darwin/hints.sh will now already capture the value of the environment variable and add its value with -mmacosx-version-min to both ccflags and ldflags. Specifying an older version only for the linker and not the compiler as we used to do worked for some range of versions but doesn't work anymore.Thread Previous