wok-next diff zsnes/receipt @ rev 20130
xget, zsnes: tiny patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 31 13:23:41 2017 +0100 (2017-10-31) |
parents | 4c3300d8140f |
children | dd145c435e4b |
line diff
1.1 --- a/zsnes/receipt Mon Oct 23 10:04:45 2017 +0200 1.2 +++ b/zsnes/receipt Tue Oct 31 13:23:41 2017 +0100 1.3 @@ -19,6 +19,9 @@ 1.4 1.5 compile_rules() 1.6 { 1.7 + sed -i -e '/info_ptr->color_type = /d' \ 1.8 + -e 's/info_ptr->color_type/png_get_color_type(png_ptr, info_ptr)/' \ 1.9 + src/zip/zpng.c 1.10 sed -i 's/cstdio.*/&\n#include <unistd.h>/' src/tools/depbuild.cpp 1.11 patch -p1 -i $stuff/zsnes.patch 1.12 cd $src/src