diff options
| author | Adam Vandenberg | 2013-05-22 10:30:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-22 10:30:45 -0700 |
| commit | d13cf7b7955fbbbc92eb64d7ae535397ca9b04df (patch) | |
| tree | c167d30a93771f6752604b78f30d22871db59763 /Library/Formula/avidemux.rb | |
| parent | 569c2c0884e05588925b797bccb091002216adae (diff) | |
| download | homebrew-d13cf7b7955fbbbc92eb64d7ae535397ca9b04df.tar.bz2 | |
avidemux fails with clang 425
Closes #17924.
Diffstat (limited to 'Library/Formula/avidemux.rb')
| -rw-r--r-- | Library/Formula/avidemux.rb | 8 |
1 files changed, 3 insertions, 5 deletions
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. |
