From 70f6f5b0761b4253b2c992a7d2780c7a6c37cf66 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 8 Feb 2006 16:21:51 +0000 Subject: mkstemp is in unistd.h on DragonFly and FreeBSD, so include that as well. --- finance/libofx/distinfo | 4 ++-- finance/libofx/patches/patch-aa | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'finance/libofx') 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 + #include + #include ++#include + #include + #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]; -- cgit v1.2.3