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:
@@ -15,7 +15,7 @@ CHECKSUM_SHA256="fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4b
|
||||
SOURCE_DIR="pngcrush-$portVersion-nolib"
|
||||
PATCHES="pngcrush-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
pngcrush = $portVersion compat >= 1.8
|
||||
|
||||
Reference in New Issue
Block a user