mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
*** Makefile.in.orig Thu Oct 17 04:37:03 1996
|
|
--- Makefile.in Fri Oct 18 02:12:57 1996
|
|
***************
|
|
*** 34,40 ****
|
|
VPATH=@srcdir@
|
|
CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
|
|
|
|
! LIBS=@LIBS@
|
|
SHARED_LDFLAGS=@LDFLAGS@
|
|
STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@
|
|
|
|
--- 34,40 ----
|
|
VPATH=@srcdir@
|
|
CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
|
|
|
|
! LIBS= -lreadline -lncurses -lmytinfo
|
|
SHARED_LDFLAGS=@LDFLAGS@
|
|
STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@
|
|
|