From dcae4d3798deec7651118d3f7e981738f58b78a5 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 2 Dec 2015 21:14:11 +0000 Subject: [PATCH] lame: requires automake 1.13.x. --- media-sound/lame/lame-3.99.5.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/lame/lame-3.99.5.recipe b/media-sound/lame/lame-3.99.5.recipe index eecc75c93..1c96f0de1 100644 --- a/media-sound/lame/lame-3.99.5.recipe +++ b/media-sound/lame/lame-3.99.5.recipe @@ -60,9 +60,9 @@ BUILD_REQUIRES=" devel:libncurses$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:aclocal + cmd:aclocal_1.13 cmd:autoconf - cmd:automake + cmd:automake_1.13 cmd:gcc${secondaryArchSuffix} cmd:ld${secondaryArchSuffix} cmd:libtoolize @@ -95,8 +95,8 @@ BUILD() sed -i 's/@SNDFILE_LIBS@/-ffast-math/g' frontend/* libtoolize --force --copy --install - aclocal -I m4 - automake + aclocal-1.13 -I m4 + automake-1.13 autoconf runConfigure ./configure make $jobArgs