wok-6.x rev 21935
soundtouch: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 06 18:10:58 2019 +0200 (2019-10-06) |
parents | 28c0d31f1850 |
children | 35a3fc01466b |
files | pcem/receipt soundtouch/receipt |
line diff
1.1 --- a/pcem/receipt Sun Oct 06 16:37:33 2019 +0100 1.2 +++ b/pcem/receipt Sun Oct 06 18:10:58 2019 +0200 1.3 @@ -32,4 +32,5 @@ 1.4 cp -a $install/* $fs/ 1.5 mkdir -p $install/usr/share/doc 1.6 cp $src/readme.txt $install/usr/share/doc 1.7 + cp $src/COPYING $install/usr/share/doc 1.8 }
2.1 --- a/soundtouch/receipt Sun Oct 06 16:37:33 2019 +0100 2.2 +++ b/soundtouch/receipt Sun Oct 06 18:10:58 2019 +0200 2.3 @@ -17,9 +17,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 -# sed -i 's|/doc/|/share&|' Makefile* 2.8 -# patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch 2.9 - 2.10 + [ -d config/m4 ] || mkdir -p config/m4 2.11 ./bootstrap && 2.12 ./configure \ 2.13 --prefix=/usr \