Attached is the patch I have been running to make ncursesw work
with rtorrent, for at least the 0.7 series.

It's only a build-configuration change to enable it, so I'm a
little concerned that the maintainer has not yet commented
upon this bug, let alone implemented it.

-- 
Paul "TBBle" Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.
diff -u rtorrent-0.7.7/debian/control rtorrent-0.7.7/debian/control
--- rtorrent-0.7.7/debian/control
+++ rtorrent-0.7.7/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Jose Luis Rivas <[EMAIL PROTECTED]>
 Uploaders: Arnaud Fontaine <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), cdbs, libtorrent-dev (>=0.11.5), libsigc++-2.0-dev, libcurl4-openssl-dev, libncurses5-dev, bc
+Build-Depends: debhelper (>= 5), cdbs, libtorrent-dev (>=0.11.5), libsigc++-2.0-dev, libcurl4-openssl-dev, libncursesw5-dev, bc
 Standards-Version: 3.7.2
 XS-Vcs-Bzr: http://bzr.debian.org/collab-maint/rtorrent/
 
diff -u rtorrent-0.7.7/debian/rules rtorrent-0.7.7/debian/rules
--- rtorrent-0.7.7/debian/rules
+++ rtorrent-0.7.7/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+CPPFLAGS=-I/usr/include/ncursesw
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

Attachment: pgpAKb2y5c7xr.pgp
Description: PGP signature

Reply via email to