summaryrefslogtreecommitdiff
path: root/finance/xinvest
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
parent10bccec5c387b1c28e612312e5ed5d6e64b1445d (diff)
downloadpkgsrc-bd8d3e137267181ee3a65c1b284347b2c5c1534e.tar.gz
Fix compilation with new lesstif (need #include <stdio.h> in some places).
Diffstat (limited to 'finance/xinvest')
-rw-r--r--finance/xinvest/files/patch-sum8
-rw-r--r--finance/xinvest/patches/patch-aa11
-rw-r--r--finance/xinvest/patches/patch-ab10
3 files changed, 24 insertions, 5 deletions
diff --git a/finance/xinvest/files/patch-sum b/finance/xinvest/files/patch-sum
index 7f20b8d6aa7..4d82408563f 100644
--- a/finance/xinvest/files/patch-sum
+++ b/finance/xinvest/files/patch-sum
@@ -1,6 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
+$NetBSD: patch-sum,v 1.2 2001/01/03 00:04:56 wiz Exp $
-This placeholder file is generated by the ``makepatchsum'' target
-whenever the patches directory is empty or missing. Its purpose
-is to ensure that the presence of any obsolete patches will cause
-the proper error to be emitted at build time.
+MD5 (patch-aa) = 81fc83f5fd83f605d0995780c4e00050
+MD5 (patch-ab) = 931d5f9e5e49deb9fde92e6be3f7088b
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>
+