diff -urN vorbis-tools-old/PKGBUILD vorbis-tools/PKGBUILD --- vorbis-tools-old/PKGBUILD 2009-10-03 21:24:05.000000000 +0200 +++ vorbis-tools/PKGBUILD 2009-10-03 21:24:29.000000000 +0200 @@ -18,7 +18,7 @@ { cd $startdir/src/$pkgname-$pkgver autoconf - ./configure --prefix=/usr --without-speex + ./configure --prefix=/usr --without-speex --enable-vcut make || return 1 make DESTDIR=$startdir/pkg install }