From b5e3929984e1574621a8e108b76186d71aa81c2a Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Apr 1998 13:04:21 +0000 Subject: Use the t*() routines in libtermcap. Define -DTERMINFO (no, really!) to make use of the t*() routines. --- editors/joe/patches/patch-aa | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'editors/joe/patches/patch-aa') diff --git a/editors/joe/patches/patch-aa b/editors/joe/patches/patch-aa index 755912494ed..439130b96cf 100644 --- a/editors/joe/patches/patch-aa +++ b/editors/joe/patches/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Sat Jul 1 18:43:39 1995 ---- Makefile Sat Jul 1 18:59:47 1995 +*** Makefile.orig Mon Jan 23 01:01:28 1995 +--- Makefile Mon Apr 6 16:29:17 1998 *************** *** 9,17 **** # to go and where you want the man page @@ -38,6 +38,23 @@ # C compiler to use: make's built-in rules use this variable +*************** +*** 45,51 **** + # add '-ltinfo', '-lcurses' or '-ltermlib', + # depending on the system. + +! EXTRALIBS = + + # Object files + +--- 45,51 ---- + # add '-ltinfo', '-lcurses' or '-ltermlib', + # depending on the system. + +! EXTRALIBS = -ltermcap + + # Object files + *************** *** 84,100 **** -- cgit v1.2.3