From 0acd02e52129669bf4b32781bdaf9bc2edd93d95 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 30 Dec 2020 18:20:12 -0600 Subject: [PATCH] rtorrent: remove sed being used for cross-build --- srcpkgs/rtorrent/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/rtorrent/template b/srcpkgs/rtorrent/template index b8b3ba3513f..b44c2be140c 100644 --- a/srcpkgs/rtorrent/template +++ b/srcpkgs/rtorrent/template @@ -8,7 +8,7 @@ hostmakedepends="automake libtool pkg-config" makedepends="libcppunit-devel libsigc++-devel libtorrent-devel ncurses-devel xmlrpc-c-devel" short_desc="Ncurses BitTorrent client based on libTorrent" -maintainer="Nathan Owens " +maintainer="Nathan Owens " license="GPL-2.0-or-later" homepage="https://github.com/rakshasa/rtorrent" distfiles="https://github.com/rakshasa/${pkgname}/archive/v${version}.tar.gz" @@ -16,7 +16,6 @@ checksum=bc889ce1dde475ec56aa72ae996912ff58723226a4f4256fef4f1f8636d991d4 pre_configure() { autoreconf -fi - sed -e 's,test "$cross_compiling" = yes, false,' -i configure } post_install() {