wok rev 19710
xfig: update for libpng >= 1.4.1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 15 16:08:02 2017 +0100 (2017-02-15) |
parents | 89d753238f44 |
children | 40925f93fd9e |
files | xfig/receipt |
line diff
1.1 --- a/xfig/receipt Wed Feb 15 15:15:00 2017 +0100 1.2 +++ b/xfig/receipt Wed Feb 15 16:08:02 2017 +0100 1.3 @@ -20,6 +20,7 @@ 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 &&