diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /textproc/coco/files/patch-na | |
parent | Fix typo. (ghostscript55htff -> ghostscript55httf) (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Diffstat (limited to 'textproc/coco/files/patch-na')
-rw-r--r-- | textproc/coco/files/patch-na | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/coco/files/patch-na b/textproc/coco/files/patch-na deleted file mode 100644 index 68edbae7ba58..000000000000 --- a/textproc/coco/files/patch-na +++ /dev/null @@ -1,19 +0,0 @@ ---- src/s/freebsd.h.~1~ Tue Jan 25 16:40:44 2000 -+++ src/s/freebsd.h Tue Jan 25 16:45:23 2000 -@@ -43,7 +43,16 @@ - - #define LIBS_DEBUG - #define LIBS_SYSTEM -lutil -lcrypt -lxpg4 -+#if __FreeBSD_version < 400000 - #define LIBS_TERMCAP -ltermcap -+#else -+#ifdef HAVE_LIBNCURSES -+#define TERMINFO -+#define LIBS_TERMCAP -lncurses -+#else -+#define LIBS_TERMCAP -ltermcap -+#endif -+#endif - - #define SYSV_SYSTEM_DIR - |