wok-next diff apng2gif/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 f463de72afe3
children dc626da69d4e
line diff
     1.1 --- a/apng2gif/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/apng2gif/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION-src.zip"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="zlib libpng"
     1.8 -BUILD_DEPENDS="zlib-dev libpng-dev"
     1.9 +DEPENDS="zlib libpng16"
    1.10 +BUILD_DEPENDS="zlib-dev libpng16-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()