aboutsummaryrefslogtreecommitdiffstats
path: root/main/lame
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-15 14:50:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-15 14:50:20 +0000
commitf596c243c56682e416b0de42c95e2b1020f1753e (patch)
treec4795cd7c8851c6ba367e1147a24a849689cac41 /main/lame
parent62ee3d123575ac5d8499244bc90f968e6d719b49 (diff)
downloadaports-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/APKBUILD2
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() {