From 41b76373564a664b8820fce97e7cc96f68dcdd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Mon, 2 Dec 2013 20:10:47 +0000 Subject: [PATCH] Removed secondaryArchSuffix on some Command Line programs --- games-engines/scummvm/scummvm-1.6.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-engines/scummvm/scummvm-1.6.0.recipe b/games-engines/scummvm/scummvm-1.6.0.recipe index c78dc62b8..5f4acd66d 100644 --- a/games-engines/scummvm/scummvm-1.6.0.recipe +++ b/games-engines/scummvm/scummvm-1.6.0.recipe @@ -32,11 +32,11 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion - cmd:make$secondaryArchSuffix + cmd:make cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:nasm$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix + cmd:libtoolize " SOURCE_DIR="scummvm-1.6.0"