diff options
Diffstat (limited to 'ftp/ncftp1/files')
-rw-r--r-- | ftp/ncftp1/files/patch-aa | 35 | ||||
-rw-r--r-- | ftp/ncftp1/files/patch-ab | 11 | ||||
-rw-r--r-- | ftp/ncftp1/files/patch-sys.h | 10 |
3 files changed, 0 insertions, 56 deletions
diff --git a/ftp/ncftp1/files/patch-aa b/ftp/ncftp1/files/patch-aa deleted file mode 100644 index 7b5e57335254..000000000000 --- a/ftp/ncftp1/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig Sun Oct 1 17:50:58 1995 -+++ Makefile Sun Oct 19 02:18:45 2003 -@@ -13,7 +13,7 @@ - - # Program definitions. See the README, part C. - #-------------------------------------------------------------------------- --PDEFS = -+PDEFS = -DREADLINE - #PDEFS = -DGETLINE - #PDEFS = -DREADLINE -DCURSES - #PDEFS = -DSOCKS -@@ -24,11 +24,12 @@ - # Choose your compiler and flags below. Make sure you use an ANSI compiler - # that handles new style function declarations and prototypes (gcc should). - #-------------------------------------------------------------------------- --CC = cc -+CC ?= cc - #CC = gcc - -+CFLAGS ?= -O -pipe - #CFLAGS = $(TERM_INC) -O --CFLAGS = $(TERM_INC) -O2 -+CFLAGS += $(TERM_INC) - #CFLAGS = $(TERM_INC) -g - - LFLAGS = -s -@@ -53,7 +54,7 @@ - # You'll need to know where the Rconnect.o object file is if you want - # to use Socks. - #-------------------------------------------------------------------------- --LIBS = -+LIBS = -lreadline - #LIBS = -ldbmalloc - #LIBS = -lgetline - #LIBS = -lreadline -lcurses diff --git a/ftp/ncftp1/files/patch-ab b/ftp/ncftp1/files/patch-ab deleted file mode 100644 index 05f6711e416e..000000000000 --- a/ftp/ncftp1/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Sun Oct 29 19:17:55 1995 -+++ main.c Tue Feb 18 19:11:56 1997 -@@ -200,7 +200,7 @@ - ansi_escapes = 0; - if ((cp = getenv("TERM")) != NULL) { - if ((*cp == 'v' && cp[1] == 't') /* vt100, vt102, ... */ -- || (strcmp(cp, "xterm") == 0)) -+ || (strncmp(cp, "xterm", 5) == 0)) - ansi_escapes = 1; - } - #endif diff --git a/ftp/ncftp1/files/patch-sys.h b/ftp/ncftp1/files/patch-sys.h deleted file mode 100644 index 8d65c5ddc96c..000000000000 --- a/ftp/ncftp1/files/patch-sys.h +++ /dev/null @@ -1,10 +0,0 @@ ---- sys.h.orig Tue Jun 4 21:12:36 2002 -+++ sys.h Tue Jun 4 21:12:44 2002 -@@ -423,7 +423,6 @@ - # define HERROR 1 - # define TERMIOS 1 - # define HAS_GETCWD 1 --# define U_WAIT 1 - # define NO_CONST 1 /* avoid prototype conflict */ - #endif - |