Opened 14 years ago
Closed 14 years ago
#29195 closed defect (invalid)
incorrect include in libftdi
Reported by: | woutgg (Wouter R.) | 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 (1)
Change History (3)
Changed 14 years ago by woutgg (Wouter R.)
Attachment: | ftdi.h.patch added |
---|
comment:1 Changed 14 years ago by woutgg (Wouter R.)
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.
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Keywords: | dependency include removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch