wok-current diff mtpaint/receipt @ rev 20947
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 03 15:44:44 2019 +0100 (2019-03-03) |
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 Mar 03 15:44:44 2019 +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"