mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +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:
@@ -17,7 +17,7 @@ CHECKSUM_SHA256_2="7c9dc3f1331a89ad92c5a233e9a2f7cb559979d18d0b90519d592336f6dc0
|
||||
SOURCE_DIR_2="BeGameLauncher-$srcGitRev2"
|
||||
ADDITIONAL_FILES="serious_sam.rdef"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user