diff options
author | fredb <fredb> | 2000-12-28 03:54:58 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-12-28 03:54:58 +0000 |
commit | bedb5ee2d0db3a79f095ca56ea0fe823b7376d54 (patch) | |
tree | b9e6abe184fb85947b2139073f2ac6c86c80df7f /finance/xquote/patches | |
parent | 755b34b907f1156e7d8087c8b8af087e09482cd8 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | finance/xquote/patches/patch-aa | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ab | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ac | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ad | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ae | 12 |
5 files changed, 60 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> diff --git a/finance/xquote/patches/patch-ab b/finance/xquote/patches/patch-ab new file mode 100644 index 00000000000..911d92ca6b4 --- /dev/null +++ b/finance/xquote/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2000/12/28 03:54:58 fredb Exp $ + +--- optdetail.c.orig Mon Nov 20 18:20:39 2000 ++++ optdetail.c Wed Dec 27 21:35:04 2000 +@@ -23,6 +23,7 @@ + */ + + #include <stdlib.h> ++#include <stdio.h> + #include <string.h> + #include <time.h> + diff --git a/finance/xquote/patches/patch-ac b/finance/xquote/patches/patch-ac new file mode 100644 index 00000000000..215683be38a --- /dev/null +++ b/finance/xquote/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2000/12/28 03:54:58 fredb Exp $ + +--- option.c.orig Mon Nov 20 18:20:39 2000 ++++ option.c Wed Dec 27 21:40:15 2000 +@@ -24,6 +24,7 @@ + */ + + #include <stdlib.h> ++#include <stdio.h> + #include <string.h> + + #include <Xm/XmAll.h> diff --git a/finance/xquote/patches/patch-ad b/finance/xquote/patches/patch-ad new file mode 100644 index 00000000000..38b9a482e35 --- /dev/null +++ b/finance/xquote/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2000/12/28 03:54:58 fredb Exp $ + +--- optnet.c.orig Mon Nov 20 18:20:39 2000 ++++ optnet.c Wed Dec 27 21:45:08 2000 +@@ -25,6 +25,7 @@ + + #include <sys/types.h> + #include <stdlib.h> ++#include <stdio.h> + #include <arpa/inet.h> + #include <netinet/in.h> + #include <sys/socket.h> 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> |