wok diff rogue/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
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 27 09:29:39 2020 +0000
     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 \