Opened 15 years ago
Closed 15 years ago
#20449 closed defect (fixed)
lzo2: compilation issue on Snow Leopard
Reported by: | DarkAn9el@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | lzo2 |
Description
Same as #13003 (Leopard), --disable-asm solves the issue.
I did this fast and dirty modification in Portfile:
-- configure.args --enable-shared --disable-static ++ configure.args --enable-shared --disable-static --disable-asm
But I'm sure that adding a darwin_10 section will be a lot cleaner…
Change History (2)
comment:1 Changed 15 years ago by tobypeterson
comment:2 Changed 15 years ago by tobypeterson
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I'd prefer to special case for old releases... committed r54438