diff options
Diffstat (limited to 'textproc/wdiff/patches/patch-ac')
-rw-r--r-- | textproc/wdiff/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/wdiff/patches/patch-ac b/textproc/wdiff/patches/patch-ac new file mode 100644 index 00000000000..993e96951ce --- /dev/null +++ b/textproc/wdiff/patches/patch-ac @@ -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 + |