diff options
| author | Mikkel Krautz | 2010-09-20 19:55:18 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2010-09-20 19:43:41 +0100 | 
| commit | 17f81a366cc875513b7a91e6f4cf06352e2c4562 (patch) | |
| tree | 5f8e948c511c527dd0690eec37ae0f98c1b5b8ea /Library/Formula/cmake.rb | |
| parent | 2c9927842db90e4bd135d5d37e0807e4ed64b829 (diff) | |
| download | homebrew-17f81a366cc875513b7a91e6f4cf06352e2c4562.tar.bz2 | |
CMAKE_OSX_ARCHITECTURES quoting patches for CMake 2.8.2.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/cmake.rb')
| -rw-r--r-- | Library/Formula/cmake.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 62d829a8e..460ffadd2 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -5,6 +5,13 @@ class Cmake <Formula    md5 '8c967d5264657a798f22ee23976ff0d9'    homepage 'http://www.cmake.org/' +  def patches +    # CMAKE_OSX_ARCHITECTURES quoting bug. See: http://www.vtk.org/Bug/view.php?id=11244 +    # Not needed with CMake 2.8.3 and above. +    "http://cmake.org/gitweb?p=cmake.git;a=patch;h=a8ded533" +    "http://cmake.org/gitweb?p=cmake.git;a=patch;h=0790af3b" +  end +    def install      # xmlrpc is a stupid little library, rather than waste our users' time      # just let cmake use its own copy. God knows why something like cmake  | 
