diff options
| author | Max Howell | 2011-09-01 11:02:01 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-01 11:02:13 +0100 |
| commit | e6e0b32991a0747b0785ddab30db5f291262a2a3 (patch) | |
| tree | 81577c00b8b3f80e13aa23940f1028154c399288 /Library/Formula | |
| parent | fbb811b9483ca16142e17687427e0bdeb43d467c (diff) | |
| download | homebrew-e6e0b32991a0747b0785ddab30db5f291262a2a3.tar.bz2 | |
slinks builds with LLVM
Closes #7359.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elinks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb index efe5cde16..32d81538a 100644 --- a/Library/Formula/elinks.rb +++ b/Library/Formula/elinks.rb @@ -7,7 +7,7 @@ class Elinks < Formula head 'http://elinks.cz/elinks.git', :using => :git - fails_with_llvm + fails_with_llvm :build => 2326 if MacOS.lion? def install ENV.deparallelize |
