Ticket #29195 (closed defect: invalid)
incorrect include in libftdi
| Reported by: | gennerate@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | libftdi |
Description
ftdi.h includes usb.h, which is part of the libusb-compat port. The include should be 'libusb-1.0/libusb.h', which is actually part of the libusb port (which libftdi correctly depends on).
Attachments
Change History
Changed 2 years ago by gennerate@…
- Attachment ftdi.h.patch added
comment:1 in reply to: ↑ description Changed 2 years ago by gennerate@…
Nevermind, the port depends on libusb-compat so the include is correct. Must have made a mistake when I was checking the dependency. This ticket can be closed.
Note: See
TracTickets for help on using
tickets.


patch