wok-6.x diff rogue/receipt @ rev 23780
updated xrdp and xrdp-dev again (0.9.11 -> 0.9.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 21 14:12:17 2020 +0100 (2020-05-21) |
parents | 6135577f4d08 |
children | 7c0170dd3ecc |
line diff
1.1 --- a/rogue/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/rogue/receipt Thu May 21 14:12:17 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 \