summaryrefslogtreecommitdiff
path: root/finance/libofx/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-08 16:21:51 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-08 16:21:51 +0000
commit70f6f5b0761b4253b2c992a7d2780c7a6c37cf66 (patch)
tree72c88520821584966eac85af162d1d2eb3f51c84 /finance/libofx/patches
parent5a7fcb94897f35473858fa1b3363508c98047ae2 (diff)
downloadpkgsrc-70f6f5b0761b4253b2c992a7d2780c7a6c37cf66.tar.gz
mkstemp is in unistd.h on DragonFly and FreeBSD, so include that as well.
Diffstat (limited to 'finance/libofx/patches')
-rw-r--r--finance/libofx/patches/patch-aa16
1 files changed, 12 insertions, 4 deletions
diff --git a/finance/libofx/patches/patch-aa b/finance/libofx/patches/patch-aa
index 1bb91d838b1..28b20ab017b 100644
--- a/finance/libofx/patches/patch-aa
+++ b/finance/libofx/patches/patch-aa
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2006/02/08 16:21:51 joerg Exp $
---- lib/ofx_preproc.cpp.orig 2006-01-02 11:57:37.000000000 -0500
-+++ lib/ofx_preproc.cpp 2006-01-02 11:58:09.000000000 -0500
-@@ -204,7 +204,7 @@
+--- lib/ofx_preproc.cpp.orig 2004-09-02 00:39:51.000000000 +0000
++++ lib/ofx_preproc.cpp
+@@ -21,6 +21,7 @@
+ #include <fstream>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include <string>
+ #include "ParserEventGeneratorKit.h"
+ #include "libofx.h"
+@@ -204,7 +205,7 @@ CFCT int libofx_proc_buffer(LibofxContex
string s_buffer;
char *filenames[3];
char tmp_filename[50];