diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 17:27:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 17:27:19 +0000 |
commit | c5a1ca82c3e0764db8bdde3be298f76d3e99fc56 (patch) | |
tree | 6c397b0f4e2fc1a9d4dfd9b49b95a5e4c3155905 /sysutils/mc/patches | |
parent | 6ddc290c656af907239971e98a3f6a7e71372eba (diff) | |
download | pkgsrc-c5a1ca82c3e0764db8bdde3be298f76d3e99fc56.tar.gz |
Use PKGLOCALEDIR instead of homebrew stuff.
Also patch out useless autoheader call, thus solving PR 18587.
Diffstat (limited to 'sysutils/mc/patches')
-rw-r--r-- | sysutils/mc/patches/patch-aa | 6 | ||||
-rw-r--r-- | sysutils/mc/patches/patch-ai | 13 |
2 files changed, 16 insertions, 3 deletions
diff --git a/sysutils/mc/patches/patch-aa b/sysutils/mc/patches/patch-aa index 1ac6928533c..fe1a94b59af 100644 --- a/sysutils/mc/patches/patch-aa +++ b/sysutils/mc/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.10 2001/02/13 11:47:06 tron Exp $ +$NetBSD: patch-aa,v 1.11 2002/10/08 17:27:20 wiz Exp $ --- configure.orig Mon Jul 3 10:31:57 2000 +++ configure @@ -6,8 +6,8 @@ $NetBSD: patch-aa,v 1.10 2001/02/13 11:47:06 tron Exp $ -+# Set DATADIRNAME to "${LOCALEDIR}" -+DATADIRNAME="${LOCALEDIR}" ++# Set DATADIRNAME to "${PKGLOCALEDIR}" ++DATADIRNAME="${PKGLOCALEDIR}" +INTLDEPS= +INTLLIBS="-lintl" + diff --git a/sysutils/mc/patches/patch-ai b/sysutils/mc/patches/patch-ai new file mode 100644 index 00000000000..67bb2f4ea42 --- /dev/null +++ b/sysutils/mc/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2002/10/08 17:27:20 wiz Exp $ + +--- vfs/samba/Makefile.in.orig Tue Oct 8 19:13:16 2002 ++++ vfs/samba/Makefile.in +@@ -518,8 +518,6 @@ $(srcdir)/include/config.h.in: $(srcdir) + @: + + $(srcdir)/include/stamp-h.in: @MAINT@ $(srcdir)/acconfig.h $(srcdir)/configure.in +- cd $(srcdir) && $(AUTOHEADER) +- @date -u > $@ + + # automatic dependency tracking rules + .deps/.dummy: |