[Pkg-isocodes-devel] patch for building iso-codes on Solaris

Christian Perrier bubulle at debian.org
Mon Jan 22 07:21:12 CET 2007


Quoting Laszlo (Laca) Peter (laca at sun.com):
> Hi,
> 
> Attached is a trivial patch that helps building iso-codes on Solaris.
> On Solaris, msgfmt doesn't support the --check option and is more
> picky about the order of the arguments (input file must be the last 
> arg).

Thanks for the patch. I think we'll apply it to the trunk (which will
probably be released after the release of Debian etch).

> 
> Laca
> 

> --- iso-codes-1.0/rules.make.orig	2007-01-21 19:51:22.041740000 -0500
> +++ iso-codes-1.0/rules.make	2007-01-21 19:57:58.838519000 -0500
> @@ -1,6 +1,7 @@
> +MSGFMT_FLAGS= --verbose --check
>  
>  %.mo: %.po
> -	$(MSGFMT) --verbose --check $< -o $@
> +	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<


Wouldn't it be a good idea to add this "--check" flag to Solaris
msgfmt...and maybe more generally speaking to have the Solaris gettext
utilities merge with GNU gettext in case both are different?


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-isocodes-devel/attachments/20070122/2940347e/attachment.pgp


More information about the Pkg-isocodes-devel mailing list