Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 21:47:12 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328320 - head/finance/libofx/files
Message-ID:  <201309252147.r8PLlCGO058355@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Sep 25 21:47:11 2013
New Revision: 328320
URL: http://svnweb.freebsd.org/changeset/ports/328320

Log:
  finance/libofx: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/finance/libofx/files/patch-ofxconnect_ofxpartner.cpp   (contents, props changed)

Added: head/finance/libofx/files/patch-ofxconnect_ofxpartner.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/libofx/files/patch-ofxconnect_ofxpartner.cpp	Wed Sep 25 21:47:11 2013	(r328320)
@@ -0,0 +1,10 @@
+--- ofxconnect/ofxpartner.cpp.orig	2011-03-30 22:30:50.000000000 +0000
++++ ofxconnect/ofxpartner.cpp
+@@ -37,6 +37,7 @@
+ #include <vector>
+ #include <algorithm>
+ #include <string.h>
++#include <unistd.h>
+ 
+ using std::string;
+ using std::vector;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309252147.r8PLlCGO058355>