summaryrefslogtreecommitdiff
path: root/devel/gettext/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext/patches/patch-ak')
-rw-r--r--devel/gettext/patches/patch-ak19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/gettext/patches/patch-ak b/devel/gettext/patches/patch-ak
new file mode 100644
index 00000000000..a148709a9f4
--- /dev/null
+++ b/devel/gettext/patches/patch-ak
@@ -0,0 +1,19 @@
+$NetBSD: patch-ak,v 1.1 2000/10/31 17:06:19 itojun Exp $
+
+use locally-built msgfmt.
+
+--- po/Makefile.in.in- Wed Nov 1 01:46:43 2000
++++ po/Makefile.in.in Wed Nov 1 01:47:00 2000
+@@ -30,9 +30,9 @@
+
+ CC = @CC@
+ GENCAT = @GENCAT@
+-GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
+-MSGFMT = @MSGFMT@
+-XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
++GMSGFMT = PATH=../src:$$PATH msgfmt
++MSGFMT = PATH=../src:$$PATH msgfmt
++XGETTEXT = PATH=../src:$$PATH xgettext
+ MSGMERGE = PATH=../src:$$PATH msgmerge
+
+ DEFS = @DEFS@