aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFelix-Antoine Fortin2011-08-21 16:32:13 -0400
committerCharlie Sharpsteen2011-08-31 19:10:40 -0700
commit689b919715103945200c091f1ea7e6662c56c8df (patch)
tree58e90a6b9ac5f45b0c9ac737a71ddd2022d82bad /Library
parentd1a02ffc5a5851b4a7d7fce8725ac379e2629b83 (diff)
downloadhomebrew-689b919715103945200c091f1ea7e6662c56c8df.tar.bz2
VTK: Patch to fix compilation on OS X 10.7
Closes #7132. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vtk.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/vtk.rb b/Library/Formula/vtk.rb
index dc20ac1a3..607726a04 100644
--- a/Library/Formula/vtk.rb
+++ b/Library/Formula/vtk.rb
@@ -17,6 +17,11 @@ class Vtk < Formula
]
end
+ def patches
+ # fixes compilation issue on Mac OS X 10.7
+ "http://vtk.org/gitweb?p=VTK.git;a=patch;h=70db254a59c18a5e565c3232813dc821bb337563;hp=0c5990f503fe8f6e5f1a07b85b804dcc4262a6ed"
+ end
+
def install
args = std_cmake_parameters.split + [
"-DVTK_REQUIRED_OBJCXX_FLAGS:STRING=''",