diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-15 07:35:25 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-15 07:35:25 +0000 |
commit | 313db352b6a4969475502f98993c8556fb76b693 (patch) | |
tree | 925bff301d2582c623051c3372eab78e7008a350 /ftp/ncftp | |
parent | fa73b104e8cbd02e851f41e1bd7a18060d652ba9 (diff) | |
download | ports-313db352b6a4969475502f98993c8556fb76b693.tar.gz ports-313db352b6a4969475502f98993c8556fb76b693.zip |
Notes
Diffstat (limited to 'ftp/ncftp')
-rw-r--r-- | ftp/ncftp/files/patch-aa | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ftp/ncftp/files/patch-aa b/ftp/ncftp/files/patch-aa new file mode 100644 index 000000000000..e2a827a4d1cc --- /dev/null +++ b/ftp/ncftp/files/patch-aa @@ -0,0 +1,36 @@ +*** Makefile.orig Sun Oct 1 17:50:58 1995 +--- Makefile Thu Nov 14 13:10:49 1996 +*************** +*** 13,19 **** + + # Program definitions. See the README, part C. + #-------------------------------------------------------------------------- +! PDEFS = + #PDEFS = -DGETLINE + #PDEFS = -DREADLINE -DCURSES + #PDEFS = -DSOCKS +--- 13,19 ---- + + # Program definitions. See the README, part C. + #-------------------------------------------------------------------------- +! PDEFS = -DREADLINE + #PDEFS = -DGETLINE + #PDEFS = -DREADLINE -DCURSES + #PDEFS = -DSOCKS +*************** +*** 53,59 **** + # You'll need to know where the Rconnect.o object file is if you want + # to use Socks. + #-------------------------------------------------------------------------- +! LIBS = + #LIBS = -ldbmalloc + #LIBS = -lgetline + #LIBS = -lreadline -lcurses +--- 53,59 ---- + # You'll need to know where the Rconnect.o object file is if you want + # to use Socks. + #-------------------------------------------------------------------------- +! LIBS = -lreadline + #LIBS = -ldbmalloc + #LIBS = -lgetline + #LIBS = -lreadline -lcurses |