wok-next diff wxpython/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 c0521c689857
children d5aab818505e
line diff
     1.1 --- a/wxpython/receipt	Fri Mar 16 00:27:34 2018 +0200
     1.2 +++ b/wxpython/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -31,7 +31,6 @@
     1.4  		$CONFIGURE_ARGS &&
     1.5  	make $MAKEFLAGS
     1.6  	cd $src/wxPython
     1.7 -	patch -Np2 -i $stuff/wxpython-cairo.patch
     1.8  	python setup.py WXPORT=gtk2 UNICODE=1 build
     1.9  	python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR
    1.10  }