summaryrefslogtreecommitdiff
path: root/finance/xquote/patches/patch-ae
diff options
context:
space:
mode:
authorfredb <fredb>2000-12-28 03:54:58 +0000
committerfredb <fredb>2000-12-28 03:54:58 +0000
commitbedb5ee2d0db3a79f095ca56ea0fe823b7376d54 (patch)
treeb9e6abe184fb85947b2139073f2ac6c86c80df7f /finance/xquote/patches/patch-ae
parent755b34b907f1156e7d8087c8b8af087e09482cd8 (diff)
downloadpkgsrc-bedb5ee2d0db3a79f095ca56ea0fe823b7376d54.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-ae')
-rw-r--r--finance/xquote/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/finance/xquote/patches/patch-ae b/finance/xquote/patches/patch-ae
new file mode 100644
index 00000000000..13a8156d7f7
--- /dev/null
+++ b/finance/xquote/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2000/12/28 03:54:59 fredb Exp $
+
+--- status.c.orig Mon Nov 20 18:20:40 2000
++++ status.c Wed Dec 27 21:47:06 2000
+@@ -23,6 +23,7 @@
+ */
+
+ #include <stdlib.h>
++#include <stdio.h>
+
+ #include <Xm/DialogS.h>
+ #include <Xm/Form.h>