ncurses in -current is no longer compatible with -ltermcap (sigh), use

-lmytinfo instead.

Bug reported by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
This commit is contained in:
Joerg Wunsch
1999-03-03 12:01:21 +00:00
parent 826ebe81e2
commit 267caf42f9

View File

@@ -8,7 +8,7 @@
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man/man1
+
+LIBS = -lncurses -ltermcap
+LIBS = -lncurses -lmytinfo
+#LIBS = -ltermlib
+#LIBS = -lterminfo
+#for sysV