Fix several recipes which were missing a $secondaryArchSuffix. (#784)

This commit is contained in:
fbrosson
2016-08-27 23:04:22 +00:00
committed by waddlesplash
parent 068cdd393e
commit 7261bbe97e
10 changed files with 28 additions and 28 deletions

View File

@@ -20,9 +20,9 @@ Paladin's feature set includes:
- 1-click project backups"
HOMEPAGE="http://github.com/HaikuArchives/Paladin"
COPYRIGHT="2001-2010 DarkWyrm
2014 John Scipione"
2014 John Scipione"
LICENSE="MIT"
REVISION="7"
REVISION="8"
commit="5c0071b352eee23a83243fdaa3cbee85c615c441"
SOURCE_URI="https://github.com/HaikuArchives/Paladin/archive/$commit.tar.gz"
CHECKSUM_SHA256="8ac9ca54be8f970ce1a191090f3a1fe94ad04be51810d977fa9d0f77da796d0e"
@@ -32,9 +32,9 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
paladin = $portVersion
app:Paladin
app:SymbolFinder
paladin$secondaryArchSuffix = $portVersion
app:Paladin$secondaryArchSuffix
app:SymbolFinder$secondaryArchSuffix
cmd:luagrep
cmd:luare
"
@@ -53,7 +53,7 @@ BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:find
cmd:ld
cmd:ld$secondaryArchSuffix
cmd:make
makefile_engine
"