mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has, is transformed into "all", and then the other entries in ARCHITECTURES either dropped or rearranged appropriately.
This commit is contained in:
@@ -11,7 +11,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/patch/patch-$portVersion.tar.gz
|
||||
CHECKSUM_SHA256="7436f5a19f93c3ca83153ce9c5cbe4847e97c5d956e57a220121e741f6e7968f"
|
||||
PATCHES="patch-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
patch = $portVersion
|
||||
|
||||
@@ -11,7 +11,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/patch/patch-$portVersion.tar.xz
|
||||
CHECKSUM_SHA256="ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd"
|
||||
PATCHES="patch-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 arm sparc m68k arm64 riscv64"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user