diff options
| author | Jack Nagel | 2012-04-03 16:55:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-03 16:57:33 -0500 |
| commit | 1724683db8cd73164b7a9772953259ed1d88cc1f (patch) | |
| tree | 36fd928cf5a36fdadef4f041b2b2da9dc9787dbf /Library/Formula | |
| parent | edd213cea45d9578042655be1891d30bb42a63e8 (diff) | |
| download | homebrew-1724683db8cd73164b7a9772953259ed1d88cc1f.tar.bz2 | |
rtorrent: add note about clang failure
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rtorrent.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rtorrent.rb b/Library/Formula/rtorrent.rb index 361ee178a..44539d187 100644 --- a/Library/Formula/rtorrent.rb +++ b/Library/Formula/rtorrent.rb @@ -10,6 +10,8 @@ class Rtorrent < Formula depends_on 'libtorrent' depends_on 'xmlrpc-c' => :optional + # Upstream says this is fixed in 0.9.x series, so check if this is + # still needed when the next stable rtorrent release is made. fails_with :clang do build 318 end |
