wok-6.x 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 | 5c8d8f2d9d2b |
children | bf261b0db903 |
files | transfig/receipt xfig/receipt |
line diff
1.1 --- a/transfig/receipt Sun Feb 19 10:46:23 2017 +0100 1.2 +++ b/transfig/receipt Mon Feb 20 09:30:03 2017 +0100 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i 's/png_set_dither/png_set_quantize/' fig2dev/dev/readpng.c 1.8 sed -i 's|/usr/local|/usr|' */*akefile 1.9 xmkmf && 1.10 make Makefiles &&
2.1 --- a/xfig/receipt Sun Feb 19 10:46:23 2017 +0100 2.2 +++ b/xfig/receipt Mon Feb 20 09:30:03 2017 +0100 2.3 @@ -20,7 +20,6 @@ 2.4 { 2.5 mv $PACKAGE.$VERSION $src 2> /dev/null 2.6 cd $src 2.7 - sed -i 's/png_set_dither/png_set_quantize/' f_readpng.c 2.8 sed -i 's|/usr/local|/usr|;s|#define XAW3D|XCOMM &|' Imakefile 2.9 xmkmf && 2.10 make &&