# HG changeset patch # User Pascal Bellard # Date 1487579403 -3600 # Node ID 416babe74368fb38280601ceb6ae6876f769022d # Parent 5c8d8f2d9d2bc220bd039c071751f2fea3fc5b4b xfig, transfig: use png_set_dither with libpng diff -r 5c8d8f2d9d2b -r 416babe74368 transfig/receipt --- a/transfig/receipt Sun Feb 19 10:46:23 2017 +0100 +++ b/transfig/receipt Mon Feb 20 09:30:03 2017 +0100 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's/png_set_dither/png_set_quantize/' fig2dev/dev/readpng.c sed -i 's|/usr/local|/usr|' */*akefile xmkmf && make Makefiles && diff -r 5c8d8f2d9d2b -r 416babe74368 xfig/receipt --- a/xfig/receipt Sun Feb 19 10:46:23 2017 +0100 +++ b/xfig/receipt Mon Feb 20 09:30:03 2017 +0100 @@ -20,7 +20,6 @@ { mv $PACKAGE.$VERSION $src 2> /dev/null cd $src - sed -i 's/png_set_dither/png_set_quantize/' f_readpng.c sed -i 's|/usr/local|/usr|;s|#define XAW3D|XCOMM &|' Imakefile xmkmf && make &&