multi: Add some needed ${secondaryArchSuffix} and clean up requires

This commit is contained in:
Alexander von Gluck IV
2013-11-26 22:56:24 -06:00
parent 48faf2a376
commit 5c7b41cf75
16 changed files with 37 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ PROVIDES="
"
REQUIRES="
haiku >= $haikuVersion
haiku${secondaryArchSuffix} >= $haikuVersion
zlib >= 1.2.3
"
BUILD_REQUIRES="
@@ -40,7 +40,8 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:gcc${secondaryArchSuffix}
cmd:ld${secondaryArchSuffix}
cmd:jam
"