diff options
author | wiz <wiz> | 2001-01-03 00:04:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-03 00:04:56 +0000 |
commit | 8175e40cef0a7efdf685555fe143e8e553336690 (patch) | |
tree | 38d0bacfa825994597b45a9a8f5b79c4a82b82b4 /finance | |
parent | 8f9145b9cb907180237f20eaa5092bf0100d41b4 (diff) | |
download | pkgsrc-8175e40cef0a7efdf685555fe143e8e553336690.tar.gz |
Fix compilation with new lesstif (need #include <stdio.h> in some places).
Diffstat (limited to 'finance')
-rw-r--r-- | finance/xinvest/files/patch-sum | 8 | ||||
-rw-r--r-- | finance/xinvest/patches/patch-aa | 11 | ||||
-rw-r--r-- | finance/xinvest/patches/patch-ab | 10 |
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> + |