aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mplayer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mplayer.rb')
-rw-r--r--Library/Formula/mplayer.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb
index a1203e5d6..66f414638 100644
--- a/Library/Formula/mplayer.rb
+++ b/Library/Formula/mplayer.rb
@@ -10,7 +10,9 @@ class Mplayer < Formula
depends_on 'pkg-config' => :build
depends_on 'yasm' => :build
- fails_with_llvm "Missing symbols error while linking"
+ fails_with :llvm do
+ cause "Missing symbols error while linking"
+ end
def patches
# When building from SVN HEAD, configure prompts the user to pull FFmpeg