Allow fails_with_llvm {}

And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
This commit is contained in:
Max Howell 2011-09-01 10:29:31 +01:00
parent 4bed7b2942
commit e2e44ffb82
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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