wok diff libmikmod/receipt @ rev 14821

Add: libpthread-tubs-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:46:54 2013 +0200 (2013-07-17)
parents 4aed2b24febc
children f5495d63c2cd
line diff
     1.1 --- a/libmikmod/receipt	Thu Nov 08 09:35:38 2012 +0100
     1.2 +++ b/libmikmod/receipt	Wed Jul 17 13:46:54 2013 +0200
     1.3 @@ -10,14 +10,15 @@
     1.4  WGET_URL="http://mikmod.shlomifish.org/files/$TARBALL"
     1.5  
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS=""
     1.8 +BUILD_DEPENDS="bash"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 -		./configure --prefix=/usr \
    1.15 -	$CONFIGURE_ARGS &&
    1.16 +	sed -i 's|\$(SHELL)|/bin/bash|' configure
    1.17 +	./configure --prefix=/usr \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make && make install
    1.20  }
    1.21