diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-10-04 23:26:34 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-10-07 09:16:15 -0400 |
commit | d7f81dfe0c321f8c875d4d89191415e6ee7ce77d (patch) | |
tree | b650f698fac31178185401c183a3c9da2e28fa3b /libraries/libofx/README | |
parent | 6269a559be426d40718e9c2cb1f900b4896bc208 (diff) |
libraries/libofx: Fix building with gcc 4.7.
This slipped through before because it only happens when libxml++
is present on the system.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/libofx/README')
-rw-r--r-- | libraries/libofx/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/libofx/README b/libraries/libofx/README index 2b4aa2153771f..db7c810d85436 100644 --- a/libraries/libofx/README +++ b/libraries/libofx/README @@ -1,3 +1,5 @@ LibOFX is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads. + +This optionally depends on libxml++ in order to build ofxconnect. |