diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 21:15:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 21:15:29 +0000 |
commit | fa077df6b72fba1706d6491d01412d546f3fb740 (patch) | |
tree | 4f60347a1b5a8dd3a5685753fc401e97d93bcb06 /finance/libofx/files | |
parent | 86374536dfd32ee56eb515b0014edcc3816bd252 (diff) |
Notes
Diffstat (limited to 'finance/libofx/files')
-rw-r--r-- | finance/libofx/files/patch-configure | 10 | ||||
-rw-r--r-- | finance/libofx/files/patch-lib_ofx_preproc.cpp | 10 | ||||
-rw-r--r-- | finance/libofx/files/patch-lib_ofx_utilities.hh | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/finance/libofx/files/patch-configure b/finance/libofx/files/patch-configure new file mode 100644 index 000000000000..022c648dd7ab --- /dev/null +++ b/finance/libofx/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Feb 17 15:56:45 2003 ++++ configure Mon Feb 17 15:57:05 2003 +@@ -5563,6 +5563,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/finance/libofx/files/patch-lib_ofx_preproc.cpp b/finance/libofx/files/patch-lib_ofx_preproc.cpp new file mode 100644 index 000000000000..6cc1671a3e84 --- /dev/null +++ b/finance/libofx/files/patch-lib_ofx_preproc.cpp @@ -0,0 +1,10 @@ +--- lib/ofx_preproc.cpp.orig Mon Feb 17 16:10:23 2003 ++++ lib/ofx_preproc.cpp Mon Feb 17 16:10:32 2003 +@@ -22,6 +22,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string> ++#include <unistd.h> + #include "ParserEventGeneratorKit.h" + #include "libofx.h" + #include "messages.hh" diff --git a/finance/libofx/files/patch-lib_ofx_utilities.hh b/finance/libofx/files/patch-lib_ofx_utilities.hh new file mode 100644 index 000000000000..166292962429 --- /dev/null +++ b/finance/libofx/files/patch-lib_ofx_utilities.hh @@ -0,0 +1,10 @@ +--- lib/ofx_utilities.hh.orig Mon Feb 17 16:10:14 2003 ++++ lib/ofx_utilities.hh Mon Feb 17 16:09:52 2003 +@@ -18,6 +18,7 @@ + #ifndef OFX_UTIL_H + #define OFX_UTIL_H + #include <string.h> ++#include <time.h> + #include "ParserEventGeneratorKit.h" + using namespace std; + /* This file contains various simple functions for type conversion & al */ |