diff options
author | tv <tv@pkgsrc.org> | 1998-04-07 13:04:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-04-07 13:04:21 +0000 |
commit | b5e3929984e1574621a8e108b76186d71aa81c2a (patch) | |
tree | 660d98dc6f0d9a26918d6589d04706d51ea17560 /editors/joe/patches | |
parent | dd22c7228ae124d7f7da9857b1316742d8805dbc (diff) | |
download | pkgsrc-b5e3929984e1574621a8e108b76186d71aa81c2a.tar.gz |
Use the t*() routines in libtermcap. Define -DTERMINFO (no, really!) to
make use of the t*() routines.
Diffstat (limited to 'editors/joe/patches')
-rw-r--r-- | editors/joe/patches/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
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 @@ -39,6 +39,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 **** # Install proceedure |