wok diff rogue/receipt @ rev 22881

updated grsync (1.2.2 -> 1.2.6)
author Hans-G?nter Theisgen
date Sat Feb 22 15:36:22 2020 +0100 (2020-02-22)
parents 6135577f4d08
children 7c0170dd3ecc
line diff
     1.1 --- a/rogue/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/rogue/receipt	Sat Feb 22 15:36:22 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 \