wok rev 6022

Fix: audacity (do not build buggy portmixer)
author Alexander Medvedev <devl547@gmail.com>
date Sun Aug 15 11:19:32 2010 +0000 (2010-08-15)
parents b6342fd619e1
children 45ba9f282361
files audacity/receipt
line diff
     1.1 --- a/audacity/receipt	Sun Aug 15 11:15:54 2010 +0000
     1.2 +++ b/audacity/receipt	Sun Aug 15 11:19:32 2010 +0000
     1.3 @@ -24,6 +24,7 @@
     1.4  		--infodir=/usr/share/info \
     1.5  		--mandir=/usr/share/man \
     1.6  		--without-ffmpeg \
     1.7 +		--without-portmixer \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make && make DESTDIR=$PWD/_pkg install
    1.10  }