wok-6.x diff mtpaint/receipt @ rev 20218
Up tazlito (484)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 25 17:56:27 2018 +0100 (2018-02-25) |
parents | 073f6f21af19 |
children | e06b96c403ca |
line diff
1.1 --- a/mtpaint/receipt Thu Feb 16 08:23:51 2017 +0100 1.2 +++ b/mtpaint/receipt Sun Feb 25 17:56:27 2018 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 compile_rules() 1.5 { 1.6 patch -p0 < $stuff/mtpaint.patch 1.7 - sed 's/mem_undo_limit,\t32/mem_undo_limit,\t64/' -i $src/src/mainwindow.c 1.8 + sed 's/mem_undo_limit,\t32/mem_undo_limit,\t256/' -i $src/src/mainwindow.c 1.9 case "$ARCH" in 1.10 i?86) 1.11 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpng12"