Upgrade mkvalidator to version 0.4.0.
Recreate the patch for the updated file, and don't modify the
`-mmacosx-version-min=10.6`. There was no reason to affect
the weak linking.
Tested on Lion using clang and llvm-gcc from XCode-4.3.3.
ClosesHomebrew/homebrew#12834.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Mkvalidator suffers the same problems as mkclean, a hardcoded
path to /Developer and a version-min=10.6. This removes a broken
inreplace, adds a patch to not force an SDK path on 64bit systems
nor a minimum version. Unreported, but identical to mkclean that
was reported. Fixes compile errors on Lion.
ClosesHomebrew/homebrew#10971.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This updates mkvalidator to version 0.3.7. It build and tests
with the XCode-4.0.2 tools on x86_64 10.6.8.
ClosesHomebrew/homebrew#8032.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>