summaryrefslogtreecommitdiff
path: root/vorbisgain
diff options
context:
space:
mode:
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