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 | 19937b8286b089c4ea2d770303be2da2cb65586d (patch) | |
tree | 72c88520821584966eac85af162d1d2eb3f51c84 /finance | |
parent | 832bfbe69315cf2232863b73657e7a13324675f3 (diff) | |
download | pkgsrc-19937b8286b089c4ea2d770303be2da2cb65586d.tar.gz |
mkstemp is in unistd.h on DragonFly and FreeBSD, so include that as well.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libofx/distinfo | 4 | ||||
-rw-r--r-- | finance/libofx/patches/patch-aa | 16 |
2 files changed, 14 insertions, 6 deletions
diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo index 77c32cf9b88..cb6e09881cf 100644 --- a/finance/libofx/distinfo +++ b/finance/libofx/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/02/08 16:21:51 joerg Exp $ SHA1 (libofx-0.8.0.tar.gz) = 38c2782ed50bd3dd2e89ec3b7c4f3f3611ea44d2 RMD160 (libofx-0.8.0.tar.gz) = b4b6f7562a2435e465f8bc40c4a338082b82d901 Size (libofx-0.8.0.tar.gz) = 748496 bytes -SHA1 (patch-aa) = 43d4e2801e08275c99c1421a0b45792331b86528 +SHA1 (patch-aa) = c2fe1d2d71490d105c217c4f8c58ec8f3785e66b SHA1 (patch-ab) = 55c30b5246614767a75b4056a5421344b81af957 SHA1 (patch-ac) = ea2c94bd3b6d2620e57b7a9bac91c832747a2104 SHA1 (patch-ad) = 804898e9619f9da2d4fec76182022a0dfcb5aff2 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]; |