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:
@@ -16,7 +16,7 @@ CHECKSUM_SHA256="71bb1a7421c4c07e0762084def72d0af7b645c0ae5188d0f2389e74305be8de
|
||||
SOURCE_DIR="androwish-6e2085e6e4/jni/sdl2tk/"
|
||||
|
||||
# disabled: builds but does not work
|
||||
ARCHITECTURES="?x86 ?x86_gcc2 ?x86_64"
|
||||
ARCHITECTURES="?all"
|
||||
|
||||
PROVIDES="
|
||||
tk = $portVersion compat >= 8.6
|
||||
|
||||
Reference in New Issue
Block a user