wok-current diff rogue/receipt @ rev 23527
updated python-pil (1.1.6 -> 1.1.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 14:22:33 2020 +0100 (2020-04-06) |
parents | 6135577f4d08 |
children | 7c0170dd3ecc |
line diff
1.1 --- a/rogue/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/rogue/receipt Mon Apr 06 14:22:33 2020 +0100 1.3 @@ -17,6 +17,11 @@ 1.4 compile_rules() 1.5 { 1.6 export LDFLAGS="$LDFLAGS -ltinfo" 1.7 + 1.8 + # ncurses TERMINAL struct is opaque now 1.9 + sed -i 's|cur_term->type.Strings|((TERMTYPE *) (cur_term))->Strings|' \ 1.10 + mdport.c 1.11 + 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \