wok-4.x rev 1517
mhwaveedit: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 08 10:42:32 2008 +0000 (2008-10-08) |
parents | 3f898e9b90bd |
children | adcc56f6c3e9 |
files | mhwaveedit/receipt |
line diff
1.1 --- a/mhwaveedit/receipt Tue Oct 07 11:12:02 2008 +0000 1.2 +++ b/mhwaveedit/receipt Wed Oct 08 10:42:32 2008 +0000 1.3 @@ -16,9 +16,7 @@ 1.4 { 1.5 cd $src 1.6 chmod +x install-sh 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - $CONFIGURE_ARGS && 1.10 + ./configure --prefix=/usr --without-portaudio $CONFIGURE_ARGS && 1.11 make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 }