wok rev 19834

hatari: add -ltinfo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 11 06:10:22 2017 +0200 (2017-03-11)
parents 07eb3c946dea
children 67c7237fef6e
files hatari/receipt
line diff
     1.1 --- a/hatari/receipt	Sat Mar 11 04:45:41 2017 +0200
     1.2 +++ b/hatari/receipt	Sat Mar 11 06:10:22 2017 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8  	./configure --prefix=/usr &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install