Fixes compiler error with mkclean-0.8.6 and XCode-4.3+ due to a
hardcoded /Developer and macosx-version-min. Those are set to the
optimal value by default.
- inreplace was failing due to unnoticed fix upstream.
- remove inreplace
- patch if MacOS.prefer_64_bit, don't set SDK path or min version.
Reported upstream, noted in formula.
https://sourceforge.net/tracker/?func=detail&aid=3505611&group_id=68739&atid=522228ClosesHomebrew/homebrew#10970.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This updates mkclean to 0.8.6 and modifies the one install command
so that all three binaries it builds get installed, namely:
mkclean, mkcleanreg, and mkWDclean. It compiles and tests
using llvm-2335, gcc-4.2.1, and clang-2.0.
ClosesHomebrew/homebrew#8031.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>