Opened 13 years ago
Closed 13 years ago
#32089 closed enhancement (fixed)
libccd: use build_arch and add universal variant
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | |
Port: | libccd |
Description
This patch makes libccd respect build_arch, and adds a universal variant. It also simplifies the fix for #32088 by using build.env instead of build.args; this way their Makefile appends to the flags we pass in, instead of our flags overwriting theirs. This makes it unnecessary for us to pass -I${worksrcpath}
anymore and it doesn't disable the error handling options they want.
Attachments (1)
Change History (2)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libccd-universal.diff added |
---|
comment:1 Changed 13 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Works as described. Thanks. Committed in r87301.
Note: See
TracTickets for help on using
tickets.
proposed patch