diff options
Diffstat (limited to 'main/lame')
-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() { |