From d13cf7b7955fbbbc92eb64d7ae535397ca9b04df Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 22 May 2013 10:30:45 -0700 Subject: avidemux fails with clang 425 Closes #17924. --- Library/Formula/avidemux.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/avidemux.rb b/Library/Formula/avidemux.rb index c043fa44e..e7ee01587 100644 --- a/Library/Formula/avidemux.rb +++ b/Library/Formula/avidemux.rb @@ -30,12 +30,10 @@ class Avidemux < Formula depends_on 'x264' depends_on 'qt' => :optional - # Check if this still exists @ XCode-4.3.4 or 4.4.0. I think it's fixed then - # by llvm in clang svn. So this will have to persist for older clang. fails_with :clang do - build 421 - cause "error in backend: Couldn't allocate input reg for constraint" - end unless build.include? 'with-debug' + build 425 + cause "error: ambiguous instructions require an explicit suffix" + end def patches # Symbols undefined due to optimization. Fixed in head. Remove @ 2.5.7. -- cgit v1.2.3