From defe7ba82d89fbdce08c24b2c2c83439c3d8fe42 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Mar 2012 08:59:48 +1300 Subject: Add Xcode 4.3 fixes to CMake. --- Library/Formula/cmake.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 78c0bb457..0ae705c6d 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -5,9 +5,15 @@ class Cmake < Formula md5 'e1b237aeaed880f65dec9c20602452f6' homepage 'http://www.cmake.org/' + # Fix issues with Xcode 4.3. Remove for 2.8.8. + def patches + [ 'https://github.com/Kitware/CMake/commit/5663e.patch', + 'https://github.com/Kitware/CMake/commit/4693c.patch' ] + end + bottle do url 'https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.7-bottle.tar.gz' - sha1 'f218ed64ce6e7a5d3670acdd6a18e5ed95421d1f' + sha1 '3a57f6f44186e0dba34ef8b8fb4a9047e9e5d8a3' end def install -- cgit v1.2.3