On 8 Nov 2018, at 17:18, Amitai Schleier wrote:
Module Name: pkgsrc Committed By: schmonz Date: Thu Nov 8 22:18:14 UTC 2018 Modified Files: pkgsrc/mk/platform: Darwin.mk Log Message: Add OSX_TOLERATE_SDK_SKEW to control whether we try to find an unversioned SDK if the versioned lookup fails. Off by default, as before; must be explicitly enabled, as suggested by gdt@.
This was less clear than I'd like.By "as before", I mean "before the previous commit", when there had been no unversioned fallback and the build would error out.
With this commit, in the absence of a versioned SDK matching the OS, the build once again errors out by default. We also now give users a way to enable a workaround if, say, a newer Xcode is not yet available.