summaryrefslogtreecommitdiff
path: root/finance/xquote/patches/patch-aa
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-12-28 03:54:58 +0000
committerfredb <fredb@pkgsrc.org>2000-12-28 03:54:58 +0000
commit4f0c1acfd84c4e2ffb3df68c757aba19b1090581 (patch)
treeb9e6abe184fb85947b2139073f2ac6c86c80df7f /finance/xquote/patches/patch-aa
parent7530d0586d18aed64fb5dfb46aff5bd2bac04ef8 (diff)
downloadpkgsrc-4f0c1acfd84c4e2ffb3df68c757aba19b1090581.tar.gz
Make this build against newer versions of lesstif, in which <Xm/Text.h>
no longer pulls in <stdio.h>.
Diffstat (limited to 'finance/xquote/patches/patch-aa')
-rw-r--r--finance/xquote/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/finance/xquote/patches/patch-aa b/finance/xquote/patches/patch-aa
new file mode 100644
index 00000000000..148fdc6bcb9
--- /dev/null
+++ b/finance/xquote/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2000/12/28 03:54:58 fredb Exp $
+
+--- file.c.orig Mon Nov 20 18:20:39 2000
++++ file.c Wed Dec 27 20:25:21 2000
+@@ -24,6 +24,7 @@
+ */
+
+ #include <errno.h>
++#include <stdio.h>
+ #include <sys/stat.h>
+
+ #include <Xm/XmAll.h>