# HG changeset patch # User Pascal Bellard # Date 1496911488 -7200 # Node ID e3681453b45cf64701aa47f5c8506a3f7b8a933f # Parent 9a17d981d0f78c8be3b10e311ce087802195671f libpng1*-dev: update deps diff -r 9a17d981d0f7 -r e3681453b45c libpng12/receipt --- a/libpng12/receipt Thu Jun 08 00:20:23 2017 +0300 +++ b/libpng12/receipt Thu Jun 08 10:44:48 2017 +0200 @@ -39,6 +39,7 @@ DEPENDS="zlib" ;; libpng12-dev) + DEPENDS="zlib-dev pkg-config" copy @dev ;; esac diff -r 9a17d981d0f7 -r e3681453b45c libpng16/receipt --- a/libpng16/receipt Thu Jun 08 00:20:23 2017 +0300 +++ b/libpng16/receipt Thu Jun 08 10:44:48 2017 +0200 @@ -46,6 +46,7 @@ ;; libpng16-dev) copy @dev + DEPENDS="zlib-dev pkg-config" PROVIDE="libpng-dev" ;; esac diff -r 9a17d981d0f7 -r e3681453b45c ncurses-examples/receipt --- a/ncurses-examples/receipt Thu Jun 08 00:20:23 2017 +0300 +++ b/ncurses-examples/receipt Thu Jun 08 10:44:48 2017 +0200 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ $CONFIGURE_ARGS && make && make install diff -r 9a17d981d0f7 -r e3681453b45c reiser4progs/receipt --- a/reiser4progs/receipt Thu Jun 08 00:20:23 2017 +0300 +++ b/reiser4progs/receipt Thu Jun 08 10:44:48 2017 +0200 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="$LDFLAGS -ltinfo" ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS &&