1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/less/files/patch-aa

20 lines
335 B
Plaintext
Raw Normal View History

1995-02-22 04:20:53 +00:00
*** Makefile.in.bak Wed Feb 1 02:55:17 1995
--- Makefile.in Wed Feb 22 07:08:35 1995
1994-11-08 03:35:39 +00:00
***************
1995-02-22 04:20:53 +00:00
*** 15,21 ****
LDFLAGS = @LDFLAGS@
1994-11-08 03:35:39 +00:00
O=o
! LIBS = @LIBS@
1994-11-21 23:34:46 +00:00
prefix = @prefix@
exec_prefix = @exec_prefix@
1995-02-22 04:20:53 +00:00
--- 15,21 ----
LDFLAGS = @LDFLAGS@
1994-11-08 03:35:39 +00:00
O=o
! LIBS = -ltermcap
1994-11-21 23:34:46 +00:00
prefix = @prefix@
exec_prefix = @exec_prefix@