From b9b4827c594ce089c880dc4d8490969a678a4ba9 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sat, 15 Jun 2019 09:15:40 +0200 Subject: [PATCH] MAME: multi-job needs too much RAM on 32 bit --- games-emulation/mame/mame-0.210.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-emulation/mame/mame-0.210.recipe b/games-emulation/mame/mame-0.210.recipe index f355872f4..b4b7313df 100644 --- a/games-emulation/mame/mame-0.210.recipe +++ b/games-emulation/mame/mame-0.210.recipe @@ -28,12 +28,14 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" bits=64 +makejobs=$jobArgs commandBinDir=$binDir commandSuffix=$secondaryArchSuffix if [ "$targetArchitecture" = x86_gcc2 ]; then bits= commandBinDir=$prefix/bin commandSuffix= + makejobs=1 fi PROVIDES=" @@ -153,7 +155,7 @@ BUILD() USE_SYSTEM_LIB_GLM=1 \ USE_SYSTEM_LIB_RAPIDJSON=1 \ USE_SYSTEM_LIB_PUGIXML=1 \ - $jobArgs + $makejobs } INSTALL()