diff options
Diffstat (limited to 'dns/geta/files')
-rw-r--r-- | dns/geta/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | dns/geta/files/patch-geta_geta.c | 10 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dns/geta/files/patch-Makefile.in b/dns/geta/files/patch-Makefile.in deleted file mode 100644 index 37fa2c461b07..000000000000 --- a/dns/geta/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- geta/Makefile.in.orig 1999-01-28 20:03:25.000000000 +0800 -+++ geta/Makefile.in 2014-05-27 17:38:57.800549718 +0800 -@@ -1,6 +1,6 @@ - CC = cc --CFLAGS = -O -L/usr/local/v6/lib -Wall --LIBS = -linet6 -+CFLAGS += -Wall -+#LIBS = -linet6 - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -@@ -11,7 +11,7 @@ geta: geta.c - $(CC) $(CFLAGS) -o geta geta.c $(LIBS) - - install: geta -- $(INSTALL) geta @prefix@/bin -+ $(INSTALL) geta $(DESTDIR)@prefix@/bin - - clean: - rm -f geta *.o *~ *.core diff --git a/dns/geta/files/patch-geta_geta.c b/dns/geta/files/patch-geta_geta.c deleted file mode 100644 index c6b939b6a588..000000000000 --- a/dns/geta/files/patch-geta_geta.c +++ /dev/null @@ -1,10 +0,0 @@ ---- geta/geta.c.orig Wed Dec 18 02:18:00 2002 -+++ geta/geta.c Wed Dec 18 02:18:16 2002 -@@ -7,6 +7,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <unistd.h> - - char *progname; - int errors = 0; /* number of errors */ |