summaryrefslogtreecommitdiff
path: root/mail/kbiff/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-03-01 14:04:37 +0000
committermarkd <markd@pkgsrc.org>2004-03-01 14:04:37 +0000
commit22a0912142ea81d1992847eec97ca9ef4bb18c6f (patch)
tree0bffddc6a7abe37891d379b4018a334b2c995646 /mail/kbiff/patches
parent4f035a51fcb9d25abe2197f584537398437639d2 (diff)
downloadpkgsrc-22a0912142ea81d1992847eec97ca9ef4bb18c6f.tar.gz
config.status is called to rebuild Makefiles if config.status is changed
and we now change it. Unfortunately at the toplevel "Makefile" is passed as the argument but config.status expects "./Makefile" so fails. Patch the Makefile to not try and update Makefile in this case, as if it worked it would make no functional change to the Makefile anyway so don't bother.
Diffstat (limited to 'mail/kbiff/patches')
-rw-r--r--mail/kbiff/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/kbiff/patches/patch-aa b/mail/kbiff/patches/patch-aa
new file mode 100644
index 00000000000..1ec21d3f65e
--- /dev/null
+++ b/mail/kbiff/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/03/01 14:04:37 markd Exp $
+
+--- Makefile.in.orig 2003-09-12 02:52:41.000000000 +1200
++++ Makefile.in
+@@ -268,7 +268,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --foreign ./Makefile
+ cd $(top_srcdir) && perl admin/am_edit Makefile.in
+-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++Makefile: $(srcdir)/Makefile.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
+
+ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)