From e89d1e754a4cee8a473c7ebbe1254e92d41df21e Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 27 Nov 2014 12:18:01 -0800 Subject: mplayer: fails_with :llvm Fixes #34481. --- Library/Formula/mplayer.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3