From f596c243c56682e416b0de42c95e2b1020f1753e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 15 Jul 2013 14:50:20 +0000 Subject: main/lame: add missing automake files (build fix) --- main/lame/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/lame/APKBUILD') 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() { -- cgit v1.2.3