aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authornibbles 2bits2012-08-16 08:10:58 -0700
committerJack Nagel2012-08-18 11:39:16 -0500
commita328046aab33392523e8d37b5d094c9bc828f1ae (patch)
tree5e4c62c394f4bc124b640c3d7e167c02e828f86c /Library/Formula
parent10064fb22cd995a0b9325cf039f0abb850c18155 (diff)
downloadhomebrew-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.rb2
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'