diff options
| author | Misty De Meo | 2014-11-27 12:18:01 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-11-27 12:18:01 -0800 |
| commit | e89d1e754a4cee8a473c7ebbe1254e92d41df21e (patch) | |
| tree | 904bea0455a6be70c7aa3d098c1fdb50d5f6740a /Library | |
| parent | 2c7bb68438823e6663c87fbd98c33f7bd32e84bd (diff) | |
| download | homebrew-e89d1e754a4cee8a473c7ebbe1254e92d41df21e.tar.bz2 | |
mplayer: fails_with :llvm
Fixes #34481.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mplayer.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 56f423b36..53a5eaa78 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -51,6 +51,9 @@ class Mplayer < Formula cause 'Inline asm errors during compile on 32bit Snow Leopard.' end unless MacOS.prefer_64_bit? + # ld fails with: Unknown instruction for architecture x86_64 + fails_with :llvm + def install # It turns out that ENV.O1 fixes link errors with llvm. ENV.O1 if ENV.compiler == :llvm |
