wok-next diff cairo-compmgr/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 9e5dca6702bf
children b156aee559a7
line diff
     1.1 --- a/cairo-compmgr/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/cairo-compmgr/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -27,6 +27,7 @@
     1.4  	export LDFLAGS="$LDFLAGS $(pkg-config --libs ice gmodule-2.0 x11)"
     1.5  
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make install || return 1
    1.10