summaryrefslogtreecommitdiff
path: root/textproc/wdiff/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-20 18:09:52 +0000
committerjlam <jlam@pkgsrc.org>2006-03-20 18:09:52 +0000
commit6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (patch)
treedd3f4c1514cf67914a507a797839ec359261acc8 /textproc/wdiff/patches
parentc5eaa10696dd3c32375556d7291d94d1523df617 (diff)
downloadpkgsrc-6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d.tar.gz
Remove patch made unnecessary because the tools framework hides the
GNU auto* tools automatically.
Diffstat (limited to 'textproc/wdiff/patches')
-rw-r--r--textproc/wdiff/patches/patch-ad27
1 files changed, 0 insertions, 27 deletions
diff --git a/textproc/wdiff/patches/patch-ad b/textproc/wdiff/patches/patch-ad
deleted file mode 100644
index 814131b9e26..00000000000
--- a/textproc/wdiff/patches/patch-ad
+++ /dev/null
@@ -1,27 +0,0 @@
-$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.