diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 14:54:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 15:01:42 +0000 |
commit | e5fbdd27386b67dbc96a3866bc52ad62506a4e37 (patch) | |
tree | c62e1f5893cedaf6082e4a94379ce29a1fe77d38 /main/lame/APKBUILD | |
parent | e586f31942d49feb4c4068566b914d996e9aab27 (diff) | |
download | aports-e5fbdd27386b67dbc96a3866bc52ad62506a4e37.tar.bz2 aports-e5fbdd27386b67dbc96a3866bc52ad62506a4e37.tar.xz |
main/lame: force automake
we need new config.sub
Diffstat (limited to 'main/lame/APKBUILD')
-rw-r--r-- | main/lame/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lame/APKBUILD b/main/lame/APKBUILD index f9a9a26462..1b960bd475 100644 --- a/main/lame/APKBUILD +++ b/main/lame/APKBUILD @@ -2,7 +2,7 @@ pkgname=lame pkgver=3.99.5 _ver=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="An MP3 encoder and graphical frame analyzer" url="http://lame.sourceforge.net/" arch="all" @@ -32,7 +32,7 @@ prepare() { # fix for pic build with new nasm sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || return 1 - aclocal && automake --add-missing || return 1 + aclocal && automake --force --add-missing || return 1 } build() { |