Wrap CMake patches in an array to get both of them applied, not just one.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Mikkel Krautz 2010-10-07 22:28:41 +02:00 committed by Adam Vandenberg
parent fa00abd54e
commit 5bfa9230b4
1 changed files with 2 additions and 2 deletions

View File

@ -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