mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add readline support to ncftp.
Submitted-By: Dave Cornejo <dave@dogwood.com>
This commit is contained in:
parent
fa73b104e8
commit
313db352b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4467
36
ftp/ncftp/files/patch-aa
Normal file
36
ftp/ncftp/files/patch-aa
Normal file
@ -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
|
36
ftp/ncftp1/files/patch-aa
Normal file
36
ftp/ncftp1/files/patch-aa
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user