diff options
| author | Jack Nagel | 2012-02-15 17:39:52 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-15 17:40:21 -0600 |
| commit | 28e03503a68a41e195605d2f33f28caadbddaa30 (patch) | |
| tree | 2314486ebbd51f88a977e341b493ec982b629fe4 /Library | |
| parent | 6b5dc590f05190cc2803984911036707a1078688 (diff) | |
| download | homebrew-28e03503a68a41e195605d2f33f28caadbddaa30.tar.bz2 | |
Monotone: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/monotone.rb | 2 |
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' |
