diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /textproc/coco/files/patch-mc | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'textproc/coco/files/patch-mc')
-rw-r--r-- | textproc/coco/files/patch-mc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/coco/files/patch-mc b/textproc/coco/files/patch-mc deleted file mode 100644 index 3ed24fa0acd6..000000000000 --- a/textproc/coco/files/patch-mc +++ /dev/null @@ -1,18 +0,0 @@ ---- src/s/freebsd.h.orig Mon Apr 5 18:00:36 1999 -+++ src/s/freebsd.h Mon Apr 5 17:57:30 1999 -@@ -42,7 +42,7 @@ - #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) - - #define LIBS_DEBUG --#define LIBS_SYSTEM -lutil -+#define LIBS_SYSTEM -lutil -lcrypt -lxpg4 - #define LIBS_TERMCAP -ltermcap - - #define SYSV_SYSTEM_DIR -@@ -131,3 +131,6 @@ - It is already a controlling terminal of subprocess, because we did - ioctl TIOCSCTTY. */ - #define DONT_REOPEN_PTY -+ -+/* XIM does not work very well, so the next is set (by taoka@FreeBSD.org) */ -+#define X_I18N_INHIBITED |