diff --git a/media-sound/lame/lame-3.100.recipe b/media-sound/lame/lame-3.100.recipe index f8d627d0d..2518950f1 100644 --- a/media-sound/lame/lame-3.100.recipe +++ b/media-sound/lame/lame-3.100.recipe @@ -23,7 +23,7 @@ files." HOMEPAGE="http://lame.sourceforge.net/" COPYRIGHT="1998-2012 Mike Cheng et al." LICENSE="GNU LGPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="http://downloads.sourceforge.net/project/lame/lame/3.100/lame-$portVersion.tar.gz" CHECKSUM_SHA256="ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" @@ -70,7 +70,8 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure --enable-nasm + runConfigure ./configure --enable-nasm \ + --disable-static make $jobArgs }