wok-next rev 19746
libpng1*-dev: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 08 10:44:48 2017 +0200 (2017-06-08) |
parents | 9a17d981d0f7 |
children | 3215a72d127e |
files | libpng12/receipt libpng16/receipt ncurses-examples/receipt reiser4progs/receipt |
line diff
1.1 --- a/libpng12/receipt Thu Jun 08 00:20:23 2017 +0300 1.2 +++ b/libpng12/receipt Thu Jun 08 10:44:48 2017 +0200 1.3 @@ -39,6 +39,7 @@ 1.4 DEPENDS="zlib" 1.5 ;; 1.6 libpng12-dev) 1.7 + DEPENDS="zlib-dev pkg-config" 1.8 copy @dev 1.9 ;; 1.10 esac
2.1 --- a/libpng16/receipt Thu Jun 08 00:20:23 2017 +0300 2.2 +++ b/libpng16/receipt Thu Jun 08 10:44:48 2017 +0200 2.3 @@ -46,6 +46,7 @@ 2.4 ;; 2.5 libpng16-dev) 2.6 copy @dev 2.7 + DEPENDS="zlib-dev pkg-config" 2.8 PROVIDE="libpng-dev" 2.9 ;; 2.10 esac
3.1 --- a/ncurses-examples/receipt Thu Jun 08 00:20:23 2017 +0300 3.2 +++ b/ncurses-examples/receipt Thu Jun 08 10:44:48 2017 +0200 3.3 @@ -16,7 +16,6 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 - export LDFLAGS="$LDFLAGS -ltinfo" 3.8 ./configure \ 3.9 $CONFIGURE_ARGS && 3.10 make && make install
4.1 --- a/reiser4progs/receipt Thu Jun 08 00:20:23 2017 +0300 4.2 +++ b/reiser4progs/receipt Thu Jun 08 10:44:48 2017 +0200 4.3 @@ -17,7 +17,6 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 - export LDFLAGS="$LDFLAGS -ltinfo" 4.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 4.9 --mandir=/usr/share/man $CONFIGURE_ARGS && 4.10 make $MAKEFLAGS &&