diff options
| author | Charlie Sharpsteen | 2011-10-02 17:23:05 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-02 17:23:56 -0700 |
| commit | 45fb48d8721e034fc2648cd2f02123febff45a97 (patch) | |
| tree | a0674dcfc7e14da3a149fcd5318827e16c33a87a /Library/Formula/wine.rb | |
| parent | 54a79b4f4b40d8dc8a484a3192aa9fb4193546de (diff) | |
| download | homebrew-45fb48d8721e034fc2648cd2f02123febff45a97.tar.bz2 | |
Wine: Still fails with LLVM
LLVM can compile wine, but the results cannot run any executables.
Fixes #7874.
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 cc2223683..90f8603e9 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 => 2326 + fails_with_llvm 'Wine dies with an "Unhandled exception code" when built with LLVM' # 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 |
