wok-current diff mtpaint/receipt @ rev 21088
updated jwm (2.2.0 -> 2.3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 15 16:26:21 2019 +0100 (2019-03-15) |
parents | 073f6f21af19 |
children | e06b96c403ca |
line diff
1.1 --- a/mtpaint/receipt Thu Feb 16 08:23:51 2017 +0100 1.2 +++ b/mtpaint/receipt Fri Mar 15 16:26:21 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"