aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-03-10 08:59:48 +1300
committerMike McQuaid2012-03-10 09:02:08 +1300
commitdefe7ba82d89fbdce08c24b2c2c83439c3d8fe42 (patch)
tree080ccda823275887984fda7258228bdb7c1fb6f1 /Library
parentb879c65484b6f8b40906c9008aa16192e76b857b (diff)
downloadhomebrew-defe7ba82d89fbdce08c24b2c2c83439c3d8fe42.tar.bz2
Add Xcode 4.3 fixes to CMake.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmake.rb8
1 files changed, 7 insertions, 1 deletions
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