mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
42770a946e
Also link with ncurses, not curses or termcap
15 lines
325 B
C
15 lines
325 B
C
--- machine.h.orig 2002-05-27 15:00:00 UTC
|
|
+++ machine.h
|
|
@@ -841,9 +841,9 @@ typedef long off_t;
|
|
#endif
|
|
#ifndef TERMCAPLIB
|
|
# ifdef USETERMINFO
|
|
-# define TERMCAPLIB "-lcurses"
|
|
+# define TERMCAPLIB "-lncurses"
|
|
# else
|
|
-# define TERMCAPLIB "-ltermlib"
|
|
+# define TERMCAPLIB "-lncurses"
|
|
# endif
|
|
#endif
|
|
#ifndef REGEXPLIB
|