diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2012-03-03 11:20:20 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2012-03-03 11:20:20 +0100 |
commit | e6a411738e31f23f7ae23d67a39e6a1de54d4238 (patch) | |
tree | 1c1181adb02c5c46487d1e63294b42164852a40c /vorbisgain/Pkgfile | |
parent | 0c7712d91da68b33838436086ff49628e6eb57a3 (diff) | |
download | opt-e6a411738e31f23f7ae23d67a39e6a1de54d4238.tar.gz opt-e6a411738e31f23f7ae23d67a39e6a1de54d4238.tar.xz |
vorbisgain: fixed the build.
Diffstat (limited to 'vorbisgain/Pkgfile')
-rw-r--r-- | vorbisgain/Pkgfile | 4 |
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 |