diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-08 16:21:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-08 16:21:51 +0000 |
commit | 70f6f5b0761b4253b2c992a7d2780c7a6c37cf66 (patch) | |
tree | 72c88520821584966eac85af162d1d2eb3f51c84 /finance/libofx/patches | |
parent | 5a7fcb94897f35473858fa1b3363508c98047ae2 (diff) | |
download | pkgsrc-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-aa | 16 |
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]; |