diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/elinks.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/lua.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/mysql.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/node.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/ruby.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/wine.rb | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb index 32d81538a..e4a086116 100644 --- a/Library/Formula/elinks.rb +++ b/Library/Formula/elinks.rb @@ -7,7 +7,7 @@ class Elinks < Formula head 'http://elinks.cz/elinks.git', :using => :git - fails_with_llvm :build => 2326 if MacOS.lion? + fails_with_llvm :build => 2326 def install ENV.deparallelize diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb index c31aa3f4c..914ef7fef 100644 --- a/Library/Formula/lua.rb +++ b/Library/Formula/lua.rb @@ -6,7 +6,7 @@ class Lua < Formula md5 'd0870f2de55d59c1c8419f36e8fac150' fails_with_llvm "Lua itself compiles with LLVM, but may fail when other software tries to link.", - :build => 2326 if MacOS.lion? + :build => 2326 # Skip cleaning both empty folders and bin/libs so external symbols still work. skip_clean :all diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index d9cec87dd..ab2947668 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -9,8 +9,7 @@ class Mysql < Formula depends_on 'readline' depends_on 'pidof' - fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", - :build => 2326 if MacOS.lion? + fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", :build => 2326 skip_clean :all # So "INSTALL PLUGIN" can work. diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 8784556ab..779dd42a7 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 :build => 2326 if MacOS.lion? + fails_with_llvm :build => 2326 # Stripping breaks dynamic loading skip_clean :all diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 2f8f9b2ee..c0f3bb19c 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 :build => 2326 if MacOS.lion? + fails_with_llvm :build => 2326 # Stripping breaks dynamic linking skip_clean :all diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 4361ca449..0f284bbec 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -29,7 +29,7 @@ class Wine < Formula # gnutls not needed since 1.3.16 depends_on 'gnutls' unless ARGV.flag? '--devel' or ARGV.build_head? - fails_with_llvm :build => 2336 if MacOS.lion? + fails_with_llvm :build => 2326 # the following libraries are currently not specified as dependencies, or not built as 32-bit: # configure: libsane, libv4l, libgphoto2, liblcms, gstreamer-0.10, libcapi20, libgsm, libtiff |
