diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-15 14:50:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-15 14:50:20 +0000 |
commit | f596c243c56682e416b0de42c95e2b1020f1753e (patch) | |
tree | c4795cd7c8851c6ba367e1147a24a849689cac41 /main/lame | |
parent | 62ee3d123575ac5d8499244bc90f968e6d719b49 (diff) | |
download | aports-f596c243c56682e416b0de42c95e2b1020f1753e.tar.bz2 aports-f596c243c56682e416b0de42c95e2b1020f1753e.tar.xz |
main/lame: add missing automake files (build fix)
Diffstat (limited to 'main/lame')
-rw-r--r-- | main/lame/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lame/APKBUILD b/main/lame/APKBUILD index 3708772097..45de772a21 100644 --- a/main/lame/APKBUILD +++ b/main/lame/APKBUILD @@ -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 || return 1 + aclocal && automake --add-missing || return 1 } build() { |