diff options
| author | Jack Nagel | 2012-02-13 22:09:59 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-13 22:09:59 -0600 |
| commit | 73589ce290404e4fb55c40b51a14d02727d7b1be (patch) | |
| tree | 876e2461a846da97380e088faf98909af0030ba7 /Library/Formula/gnu-smalltalk.rb | |
| parent | f884112b235f49fcfe579b800d45a4daa7f0d52d (diff) | |
| download | homebrew-73589ce290404e4fb55c40b51a14d02727d7b1be.tar.bz2 | |
gnu-smalltalk: builds with LLVM >= 2335
Closes #7533.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/gnu-smalltalk.rb')
| -rw-r--r-- | Library/Formula/gnu-smalltalk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb index 944dc0b83..039a43eae 100644 --- a/Library/Formula/gnu-smalltalk.rb +++ b/Library/Formula/gnu-smalltalk.rb @@ -20,7 +20,7 @@ class GnuSmalltalk < Formula depends_on 'readline' - fails_with_llvm "Codegen problems with LLVM" + fails_with_llvm "Codegen problems with LLVM", :build => 2334 def install # 64-bit version doesn't build, so force 32 bits. |
