23 lines
709 B
Diff
23 lines
709 B
Diff
--- config.h 2024-12-05 16:39:34.000000000 +0000
|
|
+++ config.h 2024-12-05 16:40:11.018017876 +0000
|
|
@@ -365,7 +365,7 @@
|
|
* This symbol, when defined, indicates that termlib-style routines
|
|
* are available. There is nothing to include.
|
|
*/
|
|
-/*#define HAS_TERMLIB *//**/
|
|
+#define HAS_TERMLIB /**/
|
|
|
|
/* IGNOREORG:
|
|
* This symbol, if defined, indicates that the ORGANIZATION environment
|
|
--- Makefile 2024-12-05 16:39:34.000000000 +0000
|
|
+++ Makefile 2024-12-05 16:40:10.464686461 +0000
|
|
@@ -36,7 +36,7 @@
|
|
strftimeo =
|
|
installfilexp = /usr/local/lib/trn/filexp
|
|
|
|
-libs = -lm
|
|
+libs = -ltermcap -lm
|
|
tklibs =
|
|
public_backup = trn$(exe) trn-artchk$(exe) $(nntpexe) $(msdosexe)
|
|
public_diff = Pnews Rnmail
|