diff options
| author | nibbles 2bits | 2012-08-16 08:10:58 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-08-18 11:39:16 -0500 |
| commit | a328046aab33392523e8d37b5d094c9bc828f1ae (patch) | |
| tree | 5e4c62c394f4bc124b640c3d7e167c02e828f86c /Library/Formula | |
| parent | 10064fb22cd995a0b9325cf039f0abb850c18155 (diff) | |
| download | homebrew-a328046aab33392523e8d37b5d094c9bc828f1ae.tar.bz2 | |
avidemux: update fails_with
avidemux fails with clang build 421. Make the adjustment.
Fixes #14230.
Closes #14231.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/avidemux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/avidemux.rb b/Library/Formula/avidemux.rb index a85b694e9..698ea8611 100644 --- a/Library/Formula/avidemux.rb +++ b/Library/Formula/avidemux.rb @@ -31,7 +31,7 @@ class Avidemux < Formula # 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 318 + build 421 cause "error in backend: Couldn't allocate input reg for constraint" end unless build.include? 'with-debug' |
