Opened 15 years ago
Closed 14 years ago
#20788 closed defect (fixed)
ledger: ofx variant is incomplete
Reported by: | ryandesign (Ryan Carsten Schmidt) | 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 (5)
comment:1 Changed 15 years ago by jwiegley@…
comment:2 Changed 15 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 15 years ago by ryandesign (Ryan Carsten Schmidt)
Try:
configure.cppflags-append -I${prefix}/include/libofx
comment:4 Changed 15 years ago by jwiegley@…
The only change needed is to add that to Portfile, then it builds and links against OFX.
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
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?