summaryrefslogtreecommitdiff
path: root/ftp/ncftp2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-26 12:22:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-26 12:22:04 +0000
commitf5a1399e22ae37b45021e3a94d945c6e67c2ddce (patch)
treeee0c38df689c2e143a07b94703a0c24cf3ec6c3c /ftp/ncftp2
parentRestore incorrectly deleted patch. It seems that we have bad tradition (diff)
Add -lmytinfo to libs list
Notes
Notes: svn path=/head/; revision=510
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r--ftp/ncftp2/files/patch-aa51
1 files changed, 39 insertions, 12 deletions
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
index 3ba8b48c4dd3..9a7ae8703b13 100644
--- a/ftp/ncftp2/files/patch-aa
+++ b/ftp/ncftp2/files/patch-aa
@@ -1,13 +1,40 @@
-*** lib_vidattr.c.bak Fri Oct 7 11:58:52 1994
---- lib_vidattr.c Thu Nov 24 18:05:47 1994
+*** Makefile.in.orig Mon Nov 21 11:18:45 1994
+--- Makefile.in Sat Nov 26 15:17:52 1994
***************
-*** 64,69 ****
---- 64,71 ----
- T(("previous attribute was %s", _traceattr(previous_attr)));
-
- if (newmode == A_NORMAL && exit_attribute_mode) {
-+ if((previous_attr & A_ALTCHARSET) && exit_alt_charset_mode)
-+ tputs(exit_alt_charset_mode, 1, outc);
- tputs(exit_attribute_mode, 1, outc);
- current_pair = -1;
- goto set_color;
+*** 27,39 ****
+ SHELL=/bin/sh
+ .SUFFIXES: .c .o
+
+- CC=@CC@
+ #CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
+- CFLAGS=@CFLAGS@
+ VPATH=@srcdir@
+ CPPFLAGS=@CPPFLAGS@ -I.
+
+! LIBS=@LIBS@
+ LDFLAGS=@LDFLAGS@
+
+ # Any -D definitions:
+--- 27,37 ----
+ SHELL=/bin/sh
+ .SUFFIXES: .c .o
+
+ #CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
+ VPATH=@srcdir@
+ CPPFLAGS=@CPPFLAGS@ -I.
+
+! LIBS= -lresolv -lreadline -lncurses -lmytinfo
+ LDFLAGS=@LDFLAGS@
+
+ # Any -D definitions:
+***************
+*** 176,180 ****
+--- 174,181 ----
+ Win.o: $(GLOBAL_H) Curses.h Main.h Recent.h RCmd.h LGets.h GetPass.h
+
+ Xfer.o: $(GLOBAL_H) Main.h Xfer.h RCmd.h FTP.h Progress.h Poll.h
++
++ install:
++ install -c -s -o bin -g bin $(PROG) /usr/local/bin/ncftp2
+
+ # eof