mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
131cd97388
editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
15 lines
330 B
C
15 lines
330 B
C
--- src/s/freebsd.h.orig Tue Feb 20 19:52:17 2001
|
|
+++ src/s/freebsd.h Mon Feb 18 11:51:50 2002
|
|
@@ -68,6 +68,11 @@
|
|
#define LIBS_SYSTEM -lutil
|
|
#if __FreeBSD_version < 400000
|
|
#define LIBS_TERMCAP -ltermcap
|
|
+#else
|
|
+#ifdef HAVE_LIBNCURSES
|
|
+#define TERMINFO
|
|
+#define LIBS_TERMCAP -lncurses
|
|
+#endif
|
|
#endif
|
|
|
|
#define SYSV_SYSTEM_DIR
|