diff options
Diffstat (limited to 'misc/xquote/files')
-rw-r--r-- | misc/xquote/files/patch-aa | 11 | ||||
-rw-r--r-- | misc/xquote/files/patch-ab | 14 | ||||
-rw-r--r-- | misc/xquote/files/patch-ad | 18 | ||||
-rw-r--r-- | misc/xquote/files/patch-ae | 11 |
4 files changed, 0 insertions, 54 deletions
diff --git a/misc/xquote/files/patch-aa b/misc/xquote/files/patch-aa deleted file mode 100644 index 73f1c1d9a65d..000000000000 --- a/misc/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/misc/xquote/files/patch-ab b/misc/xquote/files/patch-ab deleted file mode 100644 index a65cfac404fd..000000000000 --- a/misc/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/misc/xquote/files/patch-ad b/misc/xquote/files/patch-ad deleted file mode 100644 index 66b2f30f16ca..000000000000 --- a/misc/xquote/files/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ ---- Imakefile.orig Wed Nov 5 08:13:15 1997 -+++ Imakefile Wed Nov 1 10:38:34 2000 -@@ -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 \ -@@ -24,5 +24,5 @@ - opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \ - status.o tape.o util.o view.o xquote.o xutil.o - --ComplexProgramTarget(Xquote) -+ComplexProgramTargetNoMan(Xquote) - InstallAppDefaults(Xquote) diff --git a/misc/xquote/files/patch-ae b/misc/xquote/files/patch-ae deleted file mode 100644 index ffb87a7190cd..000000000000 --- a/misc/xquote/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- color.c.orig Sat Sep 28 23:16:31 2002 -+++ color.c Sat Sep 28 23:16:43 2002 -@@ -25,7 +25,7 @@ - - #include <stdio.h> - --#if !defined(__NetBSD__) -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) - #include <values.h> - #endif - |