aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb2
-rw-r--r--Library/Formula/ruby.rb2
2 files changed, 2 insertions, 2 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
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 5f8e0b49f..2f8f9b2ee 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -9,7 +9,7 @@ class Ruby < Formula
depends_on 'readline'
depends_on 'libyaml'
- fails_with_llvm
+ fails_with_llvm :build => 2326 if MacOS.lion?
# Stripping breaks dynamic linking
skip_clean :all