[csw-devel] SF.net SVN: gar:[19099] csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun Aug 26 11:31:30 CEST 2012


Revision: 19099
          http://gar.svn.sourceforge.net/gar/?rev=19099&view=rev
Author:   chninkel
Date:     2012-08-26 09:31:30 +0000 (Sun, 26 Aug 2012)
Log Message:
-----------
gnome-base/libbonoboui/trunk: Explicitely define gettext tools path instead of putting GNU tools first in the path, as the latter forces GNU strip to be used and it is buggy

Modified Paths:
--------------
    csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile

Modified: csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile	2012-08-26 09:30:37 UTC (rev 19098)
+++ csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile	2012-08-26 09:31:30 UTC (rev 19099)
@@ -52,4 +52,7 @@
 include gar/category.mk
 
 # For GNU gettext
-PATH := /opt/csw/gnu:$(PATH)
+CONFIGURE_ENV += XGETTEXT=/opt/csw/gnu/xgettext
+CONFIGURE_ENV += MSGMERGE=/opt/csw/gnu/msgmerge
+CONFIGURE_ENV += MSGFMT=/opt/csw/gnu/msgfmt
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list