mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
313db352b6
Submitted-By: Dave Cornejo <dave@dogwood.com>
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
*** 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
|