summaryrefslogtreecommitdiff
path: root/textproc/wdiff/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/wdiff/patches/patch-ad')
-rw-r--r--textproc/wdiff/patches/patch-ad27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/wdiff/patches/patch-ad b/textproc/wdiff/patches/patch-ad
new file mode 100644
index 00000000000..814131b9e26
--- /dev/null
+++ b/textproc/wdiff/patches/patch-ad
@@ -0,0 +1,27 @@
+$NetBSD: patch-ad,v 1.1 2003/01/24 14:12:04 itohy Exp $
+
+--- Makefile.in.orig Sun Nov 6 16:45:13 1994
++++ Makefile.in Fri Jan 24 22:33:44 2003
+@@ -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.