mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix several recipes which were missing a $secondaryArchSuffix. (#784)
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user