aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-02-03 12:42:09 -0600
committerJack Nagel2012-02-03 12:42:09 -0600
commit692e81e5082f7618228c4f3598b412859de450c6 (patch)
treeea0adcc92fedcb34f7fcc0ad66756b17bcb2820f /Library/Formula
parentc027d8464b27a8436d3348af07a7aa1ecfc73d84 (diff)
downloadhomebrew-692e81e5082f7618228c4f3598b412859de450c6.tar.bz2
rtmpdump: allow builds with llvm > 2335
Several users have reported that there are no longer runtime issues when compiling with llvm build 2336. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rtmpdump.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index a0a4e763e..b3063da52 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -7,7 +7,7 @@ class Rtmpdump < Formula
depends_on 'openssl' if MacOS.leopard?
- fails_with_llvm "Crashes at runtime" if MacOS.lion?
+ fails_with_llvm "Crashes at runtime", :build => 2335
# Use dylib instead of so
def patches; DATA; end