wok-next diff aaphoto/receipt @ rev 20342

gkII: tiny png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 17 15:57:17 2017 +0100 (2017-11-17)
parents 7b00a1691d2e
children 8c1b5830f802
line diff
     1.1 --- a/aaphoto/receipt	Sat Mar 19 03:33:36 2016 -0300
     1.2 +++ b/aaphoto/receipt	Fri Nov 17 15:57:17 2017 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -   	cd $src
     1.8 +   	sed -i 's/#include <png.h>/#include <zlib.h>\n&/' aaphoto.c
     1.9  	./configure --prefix=/usr &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install