summaryrefslogtreecommitdiff
path: root/finance/xquote/files
diff options
context:
space:
mode:
Diffstat (limited to 'finance/xquote/files')
-rw-r--r--finance/xquote/files/patch-aa11
-rw-r--r--finance/xquote/files/patch-ab14
-rw-r--r--finance/xquote/files/patch-ad11
3 files changed, 0 insertions, 36 deletions
diff --git a/finance/xquote/files/patch-aa b/finance/xquote/files/patch-aa
deleted file mode 100644
index 73f1c1d9a65d..000000000000
--- a/finance/xquote/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- util.h.orig Tue Sep 23 01:50:46 1997
-+++ util.h Mon Nov 17 11:03:20 1997
-@@ -52,7 +52,7 @@
- int strncasecmp (char *, char *, int);
- #endif
-
--#if defined(__FreeBSD__) || defined (__sgi)
-+#if defined (__sgi)
- char *strptime ( char *, char *, struct tm *);
- #endif
-
diff --git a/finance/xquote/files/patch-ab b/finance/xquote/files/patch-ab
deleted file mode 100644
index a65cfac404fd..000000000000
--- a/finance/xquote/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- util.c.orig Tue Sep 23 01:50:42 1997
-+++ util.c Mon Nov 17 11:06:50 1997
-@@ -239,9 +239,9 @@
- #endif
-
-
--#if defined(__FreeBSD__) || defined (NEED_STRPTIME)
-+#if defined (NEED_STRPTIME)
-
--/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime.
-+/* Weird, IRIX 5 doesn't have this, but do have strftime.
- ** This is a crippled implementation, only supporting the formats
- ** actually used in the rest of Xinvest. Note that the return _value_
- ** does not conform to the man page either.
diff --git a/finance/xquote/files/patch-ad b/finance/xquote/files/patch-ad
deleted file mode 100644
index 67f9c4a5d2d8..000000000000
--- a/finance/xquote/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imakefile.orig Sat Feb 13 16:01:41 1999
-+++ Imakefile Sat Feb 13 16:02:13 1999
-@@ -13,7 +13,7 @@
-
- DEFINES = -DSHAPE -DXQUOTE
- INCLUDES = -I$(INCROOT)/X11
--SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
-+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
- DEPLIBS =
-
- SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \