mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 23:18:58 +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:
@@ -14,7 +14,7 @@ SOURCE_URI="https://github.com/ksiazkowicz/orphilia-dropbox/archive/f692f26793a4
|
||||
CHECKSUM_SHA256="31d39a4aa08b3711bcc044045c2862ddbd831ff4e848b85c6c188ce7e4c562d1"
|
||||
SOURCE_DIR="orphilia-dropbox-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="?all x86_gcc2"
|
||||
|
||||
# Should be called after activating package
|
||||
#POST_INSTALL_SCRIPTS="
|
||||
|
||||
Reference in New Issue
Block a user