diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-04-15 09:47:39 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-04-15 09:47:39 +0000 |
commit | d0d5a9f83f3d1f80c5d442cb3bea8f7e9c72d754 (patch) | |
tree | 07e9a8467f88d22d220350993a70d3f08767e7c7 /textproc/wdiff/files/patch-ae | |
parent | fix -v and --version options (diff) |
use INFO_PATH
Obtainde from NetBSD
- Enable termcap. Chack tputs() after -ltermcap is detected (configure*).
- Use mkstemp() instead of tmpnam(), for safety.
Diffstat (limited to '')
-rw-r--r-- | textproc/wdiff/files/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/wdiff/files/patch-ae b/textproc/wdiff/files/patch-ae new file mode 100644 index 000000000000..993e96951cee --- /dev/null +++ b/textproc/wdiff/files/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2003/01/24 14:12:04 itohy Exp $ + +--- config.h.in.orig Wed Nov 2 02:23:02 1994 ++++ config.h.in Fri Jan 24 22:30:16 2003 +@@ -79,6 +79,9 @@ + /* Define if you have the tputs function. */ + #undef HAVE_TPUTS + ++/* Define if you have the mkstemp function. */ ++#undef HAVE_MKSTEMP ++ + /* Define if you have the <string.h> header file. */ + #undef HAVE_STRING_H + |