Ticket #20788 (closed defect: fixed)
ledger: ofx variant is incomplete
| Reported by: | ryandesign@… | Owned by: | johnw@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | ledger |
Description
The ofx variant only adds a dependency on libofx, but it doesn't seem to cause anything else to happen. No additional files get installed, the libledger library doesn't get linked with the libofx library. What is supposed to happen when this variant is selected?
Change History
comment:2 Changed 4 years ago by jwiegley@…
My Portfile foo is weak. /opt/local/include/libofx needs to be added to the list of include directories, including at configure time.
comment:3 Changed 4 years ago by ryandesign@…
Try:
configure.cppflags-append -I${prefix}/include/libofx
Note: See
TracTickets for help on using
tickets.


It should link against libofx and then use it to directly read .ofx files. Perhaps the configure step is failing to find the OFX library?