mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +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:
@@ -28,7 +28,7 @@ SOURCE_URI="http://braingames.jorito.net/mog/downloads/mog.src_0.63-1548.tgz"
|
||||
CHECKSUM_SHA256="3caf30d86f5b010b9266ef860c8c8ce0be23f37dee93dd037e7927d4237475eb"
|
||||
PATCHES="mog-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="all ?x86"
|
||||
|
||||
PROVIDES="
|
||||
mog = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user