aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSudish Joseph2011-03-12 20:02:38 -0500
committerAdam Vandenberg2011-03-12 17:40:52 -0800
commitf85a8355e28aff5744802ebbef0254fe05fa7cb6 (patch)
treecdd06318fc41113472019ed8207884eb8d0089c7 /Library
parent86848372931af4bd9a315faa614bc68c5b0348e3 (diff)
downloadhomebrew-f85a8355e28aff5744802ebbef0254fe05fa7cb6.tar.bz2
rtorrent: remove check for ncursesw
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rtorrent.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/rtorrent.rb b/Library/Formula/rtorrent.rb
index c9c1b5aa0..34494b203 100644
--- a/Library/Formula/rtorrent.rb
+++ b/Library/Formula/rtorrent.rb
@@ -11,15 +11,6 @@ class Rtorrent < Formula
depends_on 'xmlrpc-c' => :optional
def install
- if Formula.factory('ncursesw').installed?
- opoo "Compiling rtorrent with ncursesw installed can segfault at runtime"
- puts "You may need to do:"
- puts " brew unlink ncursesw"
- puts " brew install rtorrent"
- puts " brew link ncursesw"
- puts "for rtorrent to compile correctly."
- end
-
args = ["--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"]
args << "--with-xmlrpc-c" if Formula.factory("xmlrpc-c").installed?
if MACOS_VERSION == 10.5