From fbb811b9483ca16142e17687427e0bdeb43d467c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 1 Sep 2011 10:29:31 +0100 Subject: Allow fails_with_llvm {} And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.--- Library/Formula/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/node.rb') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index a92022f7c..8784556ab 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -9,7 +9,7 @@ class Node < Formula # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.leopard? - fails_with_llvm + fails_with_llvm :build => 2326 if MacOS.lion? # Stripping breaks dynamic loading skip_clean :all -- cgit v1.2.3