aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp1/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /ftp/ncftp1/files/patch-aa
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
Notes
Diffstat (limited to 'ftp/ncftp1/files/patch-aa')
-rw-r--r--ftp/ncftp1/files/patch-aa35
1 files changed, 0 insertions, 35 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