wok-current diff mhwaveedit/receipt @ rev 1932
Squashfs: avoid a warning during build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 24 21:06:04 2008 +0000 (2008-12-24) |
parents | 281dd3cfcb05 |
children | cde7fa93f1d6 |
line diff
1.1 --- a/mhwaveedit/receipt Wed Oct 08 10:42:32 2008 +0000 1.2 +++ b/mhwaveedit/receipt Wed Dec 24 21:06:04 2008 +0000 1.3 @@ -16,7 +16,8 @@ 1.4 { 1.5 cd $src 1.6 chmod +x install-sh 1.7 - ./configure --prefix=/usr --without-portaudio $CONFIGURE_ARGS && 1.8 + ./configure --prefix=/usr --without-sdl --without-libsamplerate \ 1.9 + --without-portaudio $CONFIGURE_ARGS && 1.10 make && 1.11 make DESTDIR=$PWD/_pkg install 1.12 }