aboutsummaryrefslogtreecommitdiff
path: root/finance/openhbci
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-20 14:09:54 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-20 14:09:54 +0000
commita80aafb112ac9f0414575ddda3438637b322c7c3 (patch)
treeb7945414cb497ed3527343e32a5c89c918a81de5 /finance/openhbci
parenta146b8dbd6dac80d8058078860f89228b1a0f1fd (diff)
downloadports-a80aafb112ac9f0414575ddda3438637b322c7c3.tar.gz
ports-a80aafb112ac9f0414575ddda3438637b322c7c3.zip
Fix a build problem with CURRENT.
Notes
Notes: svn path=/head/; revision=85241
Diffstat (limited to 'finance/openhbci')
-rw-r--r--finance/openhbci/files/patch-transaction.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/finance/openhbci/files/patch-transaction.cpp b/finance/openhbci/files/patch-transaction.cpp
new file mode 100644
index 000000000000..2cd1a0072bfa
--- /dev/null
+++ b/finance/openhbci/files/patch-transaction.cpp
@@ -0,0 +1,10 @@
+--- src/openhbci/core/transaction.cpp.orig Sun Jul 20 16:02:04 2003
++++ src/openhbci/core/transaction.cpp Sun Jul 20 16:02:48 2003
+@@ -34,6 +34,7 @@
+ #include <config.h>
+ #endif
+
++#include <assert.h>
+ #include "transaction.h"
+ #include "hbcistring.h"
+