vorbisgain: fixed the build.

This commit is contained in:
Tilman Sauerbeck 2012-03-03 11:20:20 +01:00
parent 0c7712d91d
commit e6a411738e

View File

@ -11,6 +11,10 @@ source=(http://sjeng.org/ftp/vorbis/$name-$version.zip)
build() {
cd $name-$version
# Fix space-vs-tab confusion:
sed -i -e '420s/^ / /' Makefile.in
sed -i -e '423s/^ / /' Makefile.in
sh configure --prefix=/usr
make