wok-next diff cmark-gfm/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 1eb4aacb48ed
children f10e4fa916b0
line diff
     1.1 --- a/cmark-gfm/receipt	Thu Mar 22 04:47:38 2018 +0200
     1.2 +++ b/cmark-gfm/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -17,8 +17,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	patch -p1 -i $stuff/cmark-0.27.1.76.patch
     1.8 -
     1.9  	mkdir build; cd build
    1.10  	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
    1.11  	make &&