summaryrefslogtreecommitdiff
path: root/textproc/wdiff/files/patch-aa
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2004-04-15 09:47:39 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2004-04-15 09:47:39 +0000
commitd0d5a9f83f3d1f80c5d442cb3bea8f7e9c72d754 (patch)
tree07e9a8467f88d22d220350993a70d3f08767e7c7 /textproc/wdiff/files/patch-aa
parentfix -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-aa25
1 files changed, 24 insertions, 1 deletions
diff --git a/textproc/wdiff/files/patch-aa b/textproc/wdiff/files/patch-aa
index 6b3e9c0a9ff1..87ac9806c1e1 100644
--- a/textproc/wdiff/files/patch-aa
+++ b/textproc/wdiff/files/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.in.org Sun Nov 6 16:45:13 1994
-+++ Makefile.in Thu Sep 18 01:40:06 1997
++++ Makefile.in Thu Apr 15 18:22:59 2004
@@ -129,7 +129,7 @@
check: wdiff
$(srcdir)/check_it
@@ -9,3 +9,26 @@
$(srcdir)/mkinstalldirs $(bindir) $(infodir)
for name in $(PROGRAMS); do \
$(INSTALL_PROGRAM) $$name \
+@@ -194,17 +194,17 @@
+ CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+ config.status: configure
+ ./config.status --recheck
+-configure: configure.in aclocal.m4
+- cd $(srcdir) && autoconf
++#configure: configure.in aclocal.m4
++# cd $(srcdir) && autoconf
+
+ config.h: stamp-h
+ stamp-h: config.h.in config.status
+ CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
+ date > stamp-h
+ config.h.in: stamp-h.in
+-stamp-h.in: configure.in aclocal.m4 acconfig.h
+- cd $(srcdir) && autoheader
+- date > $(srcdir)/stamp-h.in
++#stamp-h.in: configure.in aclocal.m4 acconfig.h
++# cd $(srcdir) && autoheader
++# date > $(srcdir)/stamp-h.in
+
+ # Tell versions [3.59,3.63) of GNU make not to export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.