wok diff xfig/receipt @ rev 19765

xfig, transfig: use png_set_dither with libpng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:30:03 2017 +0100 (2017-02-20)
parents 4bbada6faade
children abe6b9e04ee5
line diff
     1.1 --- a/xfig/receipt	Wed Feb 15 16:08:02 2017 +0100
     1.2 +++ b/xfig/receipt	Mon Feb 20 09:30:03 2017 +0100
     1.3 @@ -20,7 +20,6 @@
     1.4  {
     1.5  	mv $PACKAGE.$VERSION $src 2> /dev/null
     1.6  	cd $src
     1.7 -	sed -i 's/png_set_dither/png_set_quantize/' f_readpng.c
     1.8  	sed -i 's|/usr/local|/usr|;s|#define XAW3D|XCOMM &|' Imakefile
     1.9  	xmkmf &&
    1.10  	make &&