wok-next diff soundtouch/receipt @ rev 20239

linux-cloop: tiny patch (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 18:03:36 2017 +0100 (2017-11-06)
parents a8e75e9bae6c
children a7b1395df64a
line diff
     1.1 --- a/soundtouch/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.2 +++ b/soundtouch/receipt	Mon Nov 06 18:03:36 2017 +0100
     1.3 @@ -11,11 +11,12 @@
     1.4  WGET_URL="$WEB_SITE/$TARBALL"
     1.5  
     1.6  DEPENDS="gcc-lib-base"
     1.7 -BUILD_DEPENDS="libtool automake"
     1.8 +BUILD_DEPENDS="libtool automake autoconf"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	./bootstrap
    1.14  	sed -i 's|/doc/|/share&|' Makefile*
    1.15  	patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch
    1.16  	./configure --enable-shared $CONFIGURE_ARGS && make && make install