aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorMax Howell2011-09-01 10:29:31 +0100
committerMax Howell2011-09-01 10:29:31 +0100
commitfbb811b9483ca16142e17687427e0bdeb43d467c (patch)
tree2d55fe796d707f00e6cc9f1dcc4a10cd8625919a /Library/Formula/node.rb
parentaacd0bed58d16fd6fd5d3f2f71fb5a3fae6f3d3c (diff)
downloadhomebrew-fbb811b9483ca16142e17687427e0bdeb43d467c.tar.bz2
Allow fails_with_llvm {}
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb2
1 files changed, 1 insertions, 1 deletions
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