wok-current rev 1682
mhwaveedit: remove libSDL and libsamplerate depends
author | Pierre-Jean Fichet <sygne@ombres.eu> |
---|---|
date | Sat Nov 08 14:17:35 2008 +0000 (2008-11-08) |
parents | 427de5ee0cb8 |
children | 9866a672f23f |
files | mhwaveedit/receipt |
line diff
1.1 --- a/mhwaveedit/receipt Sat Nov 08 14:16:14 2008 +0000 1.2 +++ b/mhwaveedit/receipt Sat Nov 08 14:17:35 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 }