diff options
| author | Max Howell | 2011-09-02 11:15:29 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-02 12:12:30 +0100 |
| commit | b6aa338e6f52aa53836c834e571ba7f92a65576c (patch) | |
| tree | ad5ab826373c5c79d2d28745ecaca89b56ed7bad /Library/Formula/wine.rb | |
| parent | 1914b8927096e53cd7be503fc6fcf9c18a98465b (diff) | |
| download | homebrew-b6aa338e6f52aa53836c834e571ba7f92a65576c.tar.bz2 | |
Don't fails_with_llvm if MacOS.lion?
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
Diffstat (limited to 'Library/Formula/wine.rb')
| -rw-r--r-- | Library/Formula/wine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
