summaryrefslogtreecommitdiff
path: root/finance/libofx/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'finance/libofx/patches/patch-aa')
-rw-r--r--finance/libofx/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/libofx/patches/patch-aa b/finance/libofx/patches/patch-aa
index 9127f033fd2..b1dceb8652c 100644
--- a/finance/libofx/patches/patch-aa
+++ b/finance/libofx/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2011/12/10 17:48:33 marino Exp $
+$NetBSD: patch-aa,v 1.6 2014/08/21 04:48:52 dbj Exp $
--- lib/ofx_preproc.cpp.orig 2008-12-06 17:22:57.000000000 -0500
+++ lib/ofx_preproc.cpp 2010-05-18 19:03:57.000000000 -0400
@@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.5 2011/12/10 17:48:33 marino Exp $
size_t inbytesleft = strlen(s_buffer.c_str());
size_t outbytesleft = READ_BUFFER_SIZE * 2 - 1;
-#ifdef OS_WIN32
-+#if !defined(OS_LINUX) && !defined(__DragonFly__)
++#if !defined(OS_LINUX) && !defined(__DragonFly__) && !defined(__APPLE__)
const char * inchar = (const char *)s_buffer.c_str();
#else
char * inchar = (char *)s_buffer.c_str();