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/patch-aa | |
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/patch-aa')
-rw-r--r-- | sysutils/mc/patches/patch-aa | 6 |
1 files changed, 3 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" + |