Opened 15 years ago
Closed 15 years ago
#24219 closed defect (fixed)
x264 universal now fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | x264 |
Description
x264 @20100224_0 won't build universal on Snow Leopard. x264 @20090810_2 built universal just fine.
Attachments (1)
Change History (3)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | x264-universal.txt added |
---|
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
x264 uses the muniversal portgroup, but in both the x86_64 and the i386 builds, the configure script says
checking for -arch x86_64... yes
I don't know why a configure script should need to be "checking for -arch x86_64", nor why it gets the answer wrong in the i386 part.
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's getting it from the --host parameter, which we're not passing when building universal, so it's guessing. The port already handles this for non-universal, so it just needs a similar fix for universal. Done in r65429.
Note: See
TracTickets for help on using
tickets.
build log