svn commit: r328320 - head/finance/libofx/files

John Marino marino at FreeBSD.org
Wed Sep 25 21:47:12 UTC 2013


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;


More information about the svn-ports-all mailing list