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

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


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

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

Modified: csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile	2012-08-26 09:15:02 UTC (rev 19096)
+++ csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile	2012-08-26 09:29:30 UTC (rev 19097)
@@ -87,4 +87,8 @@
 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