rtorrent: remove check for ncursesw

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Sudish Joseph 2011-03-12 20:02:38 -05:00 committed by Adam Vandenberg
parent 3449566c15
commit d755d649fa
1 changed files with 0 additions and 9 deletions

View File

@ -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