mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +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:
@@ -16,7 +16,7 @@ SOURCE_URI_2="https://fossil-scm.org/fossil/raw/src/makeheaders.html?name=c09a2e
|
||||
CHECKSUM_SHA256_2="0a98bce30c25efa34063f3a62b297681d49fff9829e94216969955b4b3334722"
|
||||
SOURCE_FILENAME_2="makeheaders.html"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="all ?x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
makeheaders = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user