wok rev 19719

transfig: update for libpng >= 1.4.1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 16 10:08:24 2017 +0100 (2017-02-16)
parents 4bec62c8999a
children 74b7f596f55e
files transfig/receipt
line diff
     1.1 --- a/transfig/receipt	Thu Feb 16 08:45:19 2017 +0100
     1.2 +++ b/transfig/receipt	Thu Feb 16 10:08:24 2017 +0100
     1.3 @@ -16,7 +16,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/png_set_dither/png_set_quantize/' fig2dev/dev/readpng.c
     1.9  	sed -i 's|/usr/local|/usr|' */*akefile
    1.10  	xmkmf &&
    1.11  	make Makefiles &&