[BACK]Return to patch-po_Makefile_in_in CVS log [TXT][DIR] Up to [local] / ports / japanese / gjiten / patches

File: [local] / ports / japanese / gjiten / patches / patch-po_Makefile_in_in (download)

Revision 1.1, Fri Jan 30 00:36:10 2009 UTC (15 years, 4 months ago) by nbrk
Branch: MAIN

preliminary port of the gjiten, nice Japanese-English (and English-Japanese)
dictionary for GTK+ .
work in progress, but atleast it compiles and runs.

$OpenBSD$
--- po/Makefile.in.in.orig	Fri Jan 30 02:29:33 2009
+++ po/Makefile.in.in	Fri Jan 30 02:28:39 2009
@@ -44,7 +44,8 @@ mkdir_p = $(install_sh) -d
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 
-GMSGFMT = @GMSGFMT@
+# come on, I know this is ugly
+GMSGFMT = /usr/local/bin/msgfmt
 MSGFMT = @MSGFMT@
 XGETTEXT = @XGETTEXT@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@