summaryrefslogtreecommitdiff
path: root/finance/xinvest/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-03 00:04:56 +0000
committerwiz <wiz@pkgsrc.org>2001-01-03 00:04:56 +0000
commitbd8d3e137267181ee3a65c1b284347b2c5c1534e (patch)
tree38d0bacfa825994597b45a9a8f5b79c4a82b82b4 /finance/xinvest/patches
parent10bccec5c387b1c28e612312e5ed5d6e64b1445d (diff)
downloadpkgsrc-bd8d3e137267181ee3a65c1b284347b2c5c1534e.tar.gz
Fix compilation with new lesstif (need #include <stdio.h> in some places).
Diffstat (limited to 'finance/xinvest/patches')
-rw-r--r--finance/xinvest/patches/patch-aa11
-rw-r--r--finance/xinvest/patches/patch-ab10
2 files changed, 21 insertions, 0 deletions
diff --git a/finance/xinvest/patches/patch-aa b/finance/xinvest/patches/patch-aa
new file mode 100644
index 00000000000..7436703d22f
--- /dev/null
+++ b/finance/xinvest/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1 2001/01/03 00:04:56 wiz Exp $
+
+--- account.h.orig Fri Feb 4 23:59:06 2000
++++ account.h
+@@ -24,4 +24,6 @@
+ */
+
++#include <stdio.h>
++
+ int activeAccount(); /* Return index number of current account */
+ int numAccounts(); /* Return number of open accounts */
diff --git a/finance/xinvest/patches/patch-ab b/finance/xinvest/patches/patch-ab
new file mode 100644
index 00000000000..ecf3d4c8093
--- /dev/null
+++ b/finance/xinvest/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1 2001/01/03 00:04:56 wiz Exp $
+
+--- status.c.orig Fri Feb 4 23:59:06 2000
++++ status.c
+@@ -24,4 +24,5 @@
+ */
+
++#include <stdio.h>
+ #include <stdlib.h>
+