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:
@@ -11,7 +11,7 @@ SOURCE_URI="https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/j
|
||||
CHECKSUM_SHA256="495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de"
|
||||
PATCHES="joe-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="all ?x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/joe directory keep-old
|
||||
|
||||
Reference in New Issue
Block a user