mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
14 lines
330 B
C
14 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
|