wok-next rev 19964
hdf5, soundtouch: tiny patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 17 12:19:34 2017 +0200 (2017-10-17) |
parents | c48e38679720 |
children | 595097cb4e40 |
files | hdf5/receipt soundtouch/receipt |
line diff
1.1 --- a/hdf5/receipt Tue Oct 17 11:46:13 2017 +0200 1.2 +++ b/hdf5/receipt Tue Oct 17 12:19:34 2017 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i 's|// .*|/* & */|' test/th5s.c 1.8 + sed -i 's|// .*|/* & */|' test/th5s.c tools/lib/h5tools_str.c 1.9 sed -i 's/Using_CMake.txt/USING_CMake.txt/' src/CMakeLists.txt 1.10 ./configure $CONFIGURE_ARGS && 1.11 make all && make DESTDIR=$DESTDIR install
2.1 --- a/soundtouch/receipt Tue Oct 17 11:46:13 2017 +0200 2.2 +++ b/soundtouch/receipt Tue Oct 17 12:19:34 2017 +0200 2.3 @@ -11,11 +11,12 @@ 2.4 WGET_URL="$WEB_SITE/$TARBALL" 2.5 2.6 DEPENDS="gcc-lib-base" 2.7 -BUILD_DEPENDS="libtool automake" 2.8 +BUILD_DEPENDS="libtool automake autoconf" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 { 2.13 + ./bootstrap 2.14 sed -i 's|/doc/|/share&|' Makefile* 2.15 patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch 2.16 ./configure --enable-shared $CONFIGURE_ARGS && make && make install