diff --git a/media-sound/lame/lame-3.99.5.recipe b/media-sound/lame/lame-3.99.5.recipe index f8938b3db..23303d769 100644 --- a/media-sound/lame/lame-3.99.5.recipe +++ b/media-sound/lame/lame-3.99.5.recipe @@ -27,11 +27,11 @@ if [ -z "$secondaryArchSuffix" ]; then " fi REQUIRES=" - haiku >= $haikuVersion + haiku$secondaryArchSuffix >= $haikuVersion lib:libiconv$secondaryArchSuffix " BUILD_REQUIRES=" - haiku_devel >= $haikuVersion + haiku${secondaryArchSuffix}_devel >= $haikuVersion devel:libiconv$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -82,6 +82,9 @@ BUILD() INSTALL() { make install + if [ -n "$secondaryArchSuffix" ]; then + rm $binDir/lame + fi # prepare devel/lib prepareInstalledDevelLibs libmp3lame