wok diff mikmod/receipt @ rev 18639

Up xvkbd (3.7)
author Paul Issott <paul@slitaz.org>
date Sun Nov 29 15:58:15 2015 +0000 (2015-11-29)
parents 47db6c314932
children affc83ed930e
line diff
     1.1 --- a/mikmod/receipt	Thu Apr 17 10:49:27 2014 +0400
     1.2 +++ b/mikmod/receipt	Sun Nov 29 15:58:15 2015 +0000
     1.3 @@ -16,9 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -		./configure --prefix=/usr \
     1.9 -	$CONFIGURE_ARGS &&
    1.10 +	export LDFLAGS="$LDFLAGS -ltinfo"
    1.11 +	./configure --prefix=/usr \
    1.12 +		$CONFIGURE_ARGS &&
    1.13  	make && make install
    1.14  }
    1.15  
    1.16 @@ -29,4 +29,3 @@
    1.17  	cp -a $install/usr/bin $fs/usr
    1.18  	cp -a $install/usr/share/mikmod $fs/usr/share
    1.19  }
    1.20 -