wok-next diff idesk/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 0ec6086e21d6
children d5aab818505e
line diff
     1.1 --- a/idesk/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/idesk/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -14,8 +14,6 @@
     1.4  BUILD_DEPENDS="imlib2-dev xorg-libXft-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	patch -p 0 < $stuff/DesktopConfig.patch || exit 1
     1.8 -
     1.9  	./configure \
    1.10  		--enable-xft \
    1.11  		$CONFIGURE_ARGS &&