summaryrefslogtreecommitdiff
path: root/vorbisgain
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2012-03-03 11:20:20 +0100
committerTilman Sauerbeck <tilman@crux.nu>2012-03-03 11:20:20 +0100
commite6a411738e31f23f7ae23d67a39e6a1de54d4238 (patch)
tree1c1181adb02c5c46487d1e63294b42164852a40c /vorbisgain
parent0c7712d91da68b33838436086ff49628e6eb57a3 (diff)
downloadopt-e6a411738e31f23f7ae23d67a39e6a1de54d4238.tar.gz
opt-e6a411738e31f23f7ae23d67a39e6a1de54d4238.tar.xz
vorbisgain: fixed the build.
Diffstat (limited to 'vorbisgain')
-rw-r--r--vorbisgain/Pkgfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile
index 9bc15ff3e..8f1cdd6b3 100644
--- a/vorbisgain/Pkgfile
+++ b/vorbisgain/Pkgfile
@@ -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

Generated by cgit