summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/windowmaker-i18n/files/patch-ak')
-rw-r--r--x11-wm/windowmaker-i18n/files/patch-ak16
1 files changed, 12 insertions, 4 deletions
diff --git a/x11-wm/windowmaker-i18n/files/patch-ak b/x11-wm/windowmaker-i18n/files/patch-ak
index 303dc04205a2..df874727b15d 100644
--- a/x11-wm/windowmaker-i18n/files/patch-ak
+++ b/x11-wm/windowmaker-i18n/files/patch-ak
@@ -1,6 +1,6 @@
---- po/Makefile.in.orig Fri Oct 23 22:02:30 1998
-+++ po/Makefile.in Sun Nov 22 22:04:06 1998
-@@ -215,6 +215,11 @@
+--- po/Makefile.in.orig Sat Dec 5 21:56:08 1998
++++ po/Makefile.in Sat Dec 5 21:56:36 1998
+@@ -216,12 +216,17 @@
clean-generic maintainer-clean-generic clean mostlyclean distclean \
maintainer-clean
@@ -11,4 +11,12 @@
+ nkf -e ja.po > ja_JP.SJIS.po
.po.mo:
- msgfmt -o $@ $<
+- msgfmt -o $@ $<
++ ${LOCALBASE}/bin/msgfmt -o $@ $<
+
+ WindowMaker.pot: $(POTFILES)
+- xgettext --default-domain=WindowMaker \
++ ${LOCALBASE}/bin/xgettext --default-domain=WindowMaker \
+ --add-comments --keyword=_ $(POTFILES)
+ if cmp -s WindowMaker.po WindowMaker.pot; then \
+ rm -f WindowMaker.po; \