diff options
| -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 5aa6cf055..4361ca449 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 + fails_with_llvm :build => 2336 if MacOS.lion? # 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 |
