From 7dc3777ea2460c73fe0ba5b8c032a0d3ffb53de2 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 3 Jan 2001 00:04:56 +0000 Subject: Fix compilation with new lesstif (need #include in some places). --- finance/xinvest/files/patch-sum | 8 +++----- finance/xinvest/patches/patch-aa | 11 +++++++++++ finance/xinvest/patches/patch-ab | 10 ++++++++++ 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 finance/xinvest/patches/patch-aa create mode 100644 finance/xinvest/patches/patch-ab 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 ++ + 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 + #include + -- cgit v1.2.3