[csw-devel] SF.net SVN: gar:[5286] csw/mgar/gar/v2/categories/xfce/category.mk
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Wed Jun 17 00:04:38 CEST 2009
Revision: 5286
http://gar.svn.sourceforge.net/gar/?rev=5286&view=rev
Author: wbonnet
Date: 2009-06-16 22:04:38 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
force use of ggettext from OpenCSW
Modified Paths:
--------------
csw/mgar/gar/v2/categories/xfce/category.mk
Modified: csw/mgar/gar/v2/categories/xfce/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/xfce/category.mk 2009-06-16 22:00:33 UTC (rev 5285)
+++ csw/mgar/gar/v2/categories/xfce/category.mk 2009-06-16 22:04:38 UTC (rev 5286)
@@ -8,8 +8,6 @@
PKGDIST ?= $(GARNAME)-$(GARVERSION).tar.bz2
DISTFILES += $(PKGDIST)
-include gar/gar.mk
-
# Compiler options
# Compiler options
CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION
@@ -26,3 +24,14 @@
CONFIGURE_ARGS += --enable-final
CONFIGURE_ARGS += --enable-xinerama
CONFIGURE_ARGS += --enable-dbus
+
+MSGFMT= /opt/csw/bin/gmsgfmt
+MSGMERGE= /opt/csw/bin/gmsgmerge
+XGETTEXT = /opt/csw/bin/gxgettext
+GETTEXT = /opt/csw/bin/ggettext
+export MSGMERGE
+export MSGFMT
+export XGETTEXT
+export GETTEXT
+
+include gar/gar.mk
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