* [patch 0/1] xfsdump: enable gettext @ 2012-10-31 22:15 Ben Myers 2012-10-31 22:15 ` [patch 1/1] " Ben Myers 0 siblings, 1 reply; 3+ messages in thread From: Ben Myers @ 2012-10-31 22:15 UTC (permalink / raw) To: xfs; +Cc: Phil White Hi, You might have noticed that earlier I was having some trouble getting the Polish translation working for xfsdump. This patch resolves that issue. Thanks, Ben _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 3+ messages in thread
* [patch 1/1] xfsdump: enable gettext 2012-10-31 22:15 [patch 0/1] xfsdump: enable gettext Ben Myers @ 2012-10-31 22:15 ` Ben Myers 2012-10-31 22:22 ` Phil White 0 siblings, 1 reply; 3+ messages in thread From: Ben Myers @ 2012-10-31 22:15 UTC (permalink / raw) To: xfs; +Cc: Phil White [-- Attachment #1: xfsdump-enable-gettext --] [-- Type: text/plain, Size: 894 bytes --] ENABLE_GETTEXT was not being defined when --enable-gettext was specified as a config option, neither the German or Polish translations were working. Add this define to builddefs.in See commit e84ec15d in xfsprogs. Signed-off-by: Ben Myers <bpm@sgi.com> Index: xfsdump/include/builddefs.in =================================================================== --- xfsdump.orig/include/builddefs.in +++ xfsdump/include/builddefs.in @@ -95,6 +95,10 @@ GCFLAGS = $(OPTIMIZER) $(DEBUG) \ -DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \ -DPACKAGE=\"$(PKG_NAME)\" -I$(TOPDIR)/include +ifeq ($(ENABLE_GETTEXT),yes) +GCFLAGS += -DENABLE_GETTEXT +endif + # First, Global, Platform, Local CFLAGS CFLAGS += $(FCFLAGS) $(GCFLAGS) $(PCFLAGS) $(LCFLAGS) _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/1] xfsdump: enable gettext 2012-10-31 22:15 ` [patch 1/1] " Ben Myers @ 2012-10-31 22:22 ` Phil White 0 siblings, 0 replies; 3+ messages in thread From: Phil White @ 2012-10-31 22:22 UTC (permalink / raw) To: Ben Myers; +Cc: Phil White, xfs On Wed, Oct 31, 2012 at 05:15:14PM -0500, Ben Myers wrote: > ENABLE_GETTEXT was not being defined when --enable-gettext > was specified as a config option, neither the German or > Polish translations were working. Add this define to > builddefs.in > > See commit e84ec15d in xfsprogs. Simple enough. Reviewed-by: Phil White <pwhite@sgi.com> _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-31 22:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-31 22:15 [patch 0/1] xfsdump: enable gettext Ben Myers 2012-10-31 22:15 ` [patch 1/1] " Ben Myers 2012-10-31 22:22 ` Phil White
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox