Opened 13 years ago

Closed 13 years ago

#30534 closed enhancement (fixed)

aqua/Platypus is non-universal on Snow Leopard / Lion

Reported by: rmstonecipher@… Owned by: tsupplis@…
Priority: Normal Milestone:
Component: ports Version: 2.0.0
Keywords: haspatch Cc:
Port: platypus

Description

The only supported architecture available on Snow Leopard (Darwin 10) and Lion (Darwin 11) is i386; therefore no universal binary can be built.
A universal binary for i386/ppc is possible on Leopard and older.
Consider adding this as follow-up to r77136:

+if {"darwin" == ${os.platform} && ${os.major} >= 10} {
+    universal_variant   no
+}
+

If the above change is acceptable, please let me know and I will commit it.

Cheers,
Ryan Stonecipher

Change History (1)

comment:1 Changed 13 years ago by rmstonecipher@…

Resolution: fixed
Status: newclosed

Fixed in r82086 (maintainer timeout).

Note: See TracTickets for help on using tickets.