summaryrefslogtreecommitdiff
path: root/lang/gawk/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-11-19 12:52:55 +0000
committersalo <salo@pkgsrc.org>2002-11-19 12:52:55 +0000
commitce75b048b449f4e02b4748d95e95bd01f5041836 (patch)
treeecdf2f0008687156796fe7e8d80bff5ac591357f /lang/gawk/patches
parentaf91a5eb8535ac8701a073f4ecef5e052f3934f2 (diff)
downloadpkgsrc-ce75b048b449f4e02b4748d95e95bd01f5041836.tar.gz
Add some more patches for PKGLOCALEDIR. Closes PR 18793 by Grant Beattie.
Diffstat (limited to 'lang/gawk/patches')
-rw-r--r--lang/gawk/patches/patch-ab15
-rw-r--r--lang/gawk/patches/patch-ac15
2 files changed, 30 insertions, 0 deletions
diff --git a/lang/gawk/patches/patch-ab b/lang/gawk/patches/patch-ab
new file mode 100644
index 00000000000..4d52be0e75a
--- /dev/null
+++ b/lang/gawk/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.3 2002/11/19 12:52:55 salo Exp $
+
+--- intl/Makefile.in.orig Tue Jun 27 14:15:29 2000
++++ intl/Makefile.in Tue Nov 19 04:50:34 2002
+@@ -31,8 +31,8 @@
+ libdir = $(exec_prefix)/lib
+ includedir = $(prefix)/include
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
+-gnulocaledir = $(prefix)/share/locale
++localedir = $(localedir)/$(PKGLOCALEDIR)/locale
++gnulocaledir = $(localedir)
+ gettextsrcdir = @datadir@/gettext/intl
+ aliaspath = $(localedir):.
+ subdir = intl
diff --git a/lang/gawk/patches/patch-ac b/lang/gawk/patches/patch-ac
new file mode 100644
index 00000000000..639e0800618
--- /dev/null
+++ b/lang/gawk/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.3 2002/11/19 12:52:56 salo Exp $
+
+--- po/Makefile.in.in.orig Sat Mar 17 10:22:52 2001
++++ po/Makefile.in.in Tue Nov 19 04:51:06 2002
+@@ -19,8 +19,8 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
+-gnulocaledir = $(prefix)/share/locale
++localedir = $(prefix)/$(PKGLOCALEDIR)/locale
++gnulocaledir = $(localedir)
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
+