diff options
Diffstat (limited to 'network/rtorrent/rtorrent.SlackBuild')
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 7b3fc0df2e..2555844741 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -5,10 +5,11 @@ # Updated to 0.8.6 by Brian Kysela 2010-02-16 # Updated to include rtorrent.rc 2010-04-20 # Updated to 0.8.7 by Brian Kysela 2010-10-27 +# Patched for new ncurses in 13.37 by rworkman PRGNAM=rtorrent VERSION=0.8.7 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -49,6 +50,8 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +patch -p1 < $CWD/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |