On Thu, Sep 21, 2006 at 05:46:42AM -0500, Sam Fourman Jr. wrote:
> Making all in po
> gmake[2]: Entering directory `/root/Desktop/gtksourceview-1.6.2/po'
> file=`echo ar | sed 's,.*/,,'`.gmo \
>  && rm -f $file &&  -o $file ar.po
> /bin/sh: -o: not found
> gmake[2]: *** [ar.gmo] Error 127
> gmake[2]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/po'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/root/Desktop/gtksourceview-1.6.2'
> gmake: *** [all] Error 2

I have exacly the same problem with `gnome-system-monitor' from GNOME
2.14 and made a patch like attached. I've spend to mutch time to looking
real solution for this problem, so if someone have found it in another
app or it is already in /usr/ports can someone push me in the right
direction. Thanks.

-- 
best regards
q#
$OpenBSD$
--- po/Makefile.in.in.orig      Mon Jul 10 20:57:03 2006
+++ po/Makefile.in.in   Tue Sep 19 19:32:40 2006
@@ -44,9 +44,9 @@ mkdir_p = $(install_sh) -d
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 
-GMSGFMT = @GMSGFMT@
-MSGFMT = @MSGFMT@
-XGETTEXT = @XGETTEXT@
+GMSGFMT = @INTLTOOL_MSGFMT@
+MSGFMT = @INTLTOOL_MSGFMT@
+XGETTEXT = @INTLTOOL_XGETTEXT@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) 
$(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist

Reply via email to