#14318 closed defect (fixed)
libsdl_mixer-framework universal variant is wrong
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | nox@… | |
Port: |
Description
I do believe r28682 broke the universal variant of this port. Before that rev, it set up the xcode architecture variables if the universal variant is not set. After that rev, it sets up those variables if the variant is set, which is wrong.
Change History (5)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 17 years ago by wsc9tt@…
Confirmed that building this port with +universal will allow the non-universal build to work on x86 10.5.
Seems like this is a simple fix...
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | nox@… added |
---|---|
Owner: | changed from nox@… to ryandesign@… |
Since the maintainer hasn't dealt with this in > 72 hours, I'll take it.
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r35369.
Note: See
TracTickets for help on using
tickets.
So, as it is now, you get a universal binary if you don't specify +universal, and get a single-arch binary if you do.