diff options
| author | Mikkel Krautz | 2010-10-07 22:28:41 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-07 13:53:53 -0700 |
| commit | c531c7a60d54318e8b682458476a8e37db09d602 (patch) | |
| tree | 06c01664e0f9c1f73467bce69d23ecad6c6c2170 /Library | |
| parent | c34ca41dc6b8b3a0fbabe53ba6b5b77149f90c62 (diff) | |
| download | homebrew-c531c7a60d54318e8b682458476a8e37db09d602.tar.bz2 | |
Wrap CMake patches in an array to get both of them applied, not just one.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cmake.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 460ffadd2..5e13f40eb 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -8,8 +8,8 @@ class Cmake <Formula 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" + [ "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 |
