From 472c05b8f528df82a2576a25ba109034b98b89d0 Mon Sep 17 00:00:00 2001 From: Charles Brossollet Date: Mon, 23 May 2011 18:18:23 +0200 Subject: [PATCH] CMake: upstream patch for non-standard Devtools path Signed-off-by: Adam Vandenberg --- Library/Formula/cmake.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 905d5e5c83c6..6307471cd5c1 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -5,6 +5,13 @@ class Cmake < Formula md5 '209b7d1d04b2e00986538d74ba764fcf' homepage 'http://www.cmake.org/' + def patches + # fixes CMake 2.8 to 2.8.4 not recognizing non-standard Developer tools issue + # fixed in CMake 2.8.5 (not yet released) + # upstream issue at http://public.kitware.com/Bug/view.php?id=10723 + "http://cmake.org/gitweb?p=cmake.git;a=patch;h=d421a433a89064926ae6aad532850b8bed113562" + end + def install # A framework-installed expat will be detected and mess things up. if File.exist? "/Library/Frameworks/expat.framework"