diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/wdiff/files/patch-ad | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/wdiff/files/patch-ad b/textproc/wdiff/files/patch-ad new file mode 100644 index 000000000000..4aa693a7c7c3 --- /dev/null +++ b/textproc/wdiff/files/patch-ad @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1 2003/01/24 14:12:04 itohy Exp $ + +--- configure.in.orig Sun Nov 6 13:15:50 1994 ++++ configure.in Fri Jan 24 22:23:43 2003 +@@ -40,7 +40,6 @@ + AC_HEADER_STDC + AC_TYPE_SIGNAL + +-AC_CHECK_FUNCS(strerror tputs) + AC_FUNC_ALLOCA + test "$ALLOCA" = alloca.o && LIBOBJS="$LIBOBJS xmalloc.o" + AC_FUNC_VPRINTF +@@ -60,6 +59,7 @@ + AC_MSG_RESULT(no) + LIBS="$LIBS -ltermcap" + ]) ++AC_CHECK_FUNCS(strerror tputs mkstemp) + + AC_MSG_CHECKING(if cbars is wanted) + AC_ARG_ENABLE(cbars, |