aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-02-15 17:39:52 -0600
committerJack Nagel2012-02-15 17:40:21 -0600
commit28e03503a68a41e195605d2f33f28caadbddaa30 (patch)
tree2314486ebbd51f88a977e341b493ec982b629fe4 /Library/Formula
parent6b5dc590f05190cc2803984911036707a1078688 (diff)
downloadhomebrew-28e03503a68a41e195605d2f33f28caadbddaa30.tar.bz2
Monotone: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/monotone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/monotone.rb b/Library/Formula/monotone.rb
index faa428881..af61ef935 100644
--- a/Library/Formula/monotone.rb
+++ b/Library/Formula/monotone.rb
@@ -17,7 +17,7 @@ class Monotone < Formula
depends_on 'lua'
depends_on 'pcre'
- fails_with_llvm "linker fails"
+ fails_with_llvm "linker fails", :build => 2334
def install
botan18_prefix = libexec+'botan18'