Gettext question
Espen Skoglund <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have no idea about gettext, so I'm asking this question here. The
patch below is apparently needed for building xmms with
gettext-0.12.1 on FreeBSD. Is this safe to commit? I.e., does it
break anything for other gettext versions?
eSk
================================================================
--- po/Makefile.in.in.orig Fri Sep 5 20:26:50 2003
+++ po/Makefile.in.in Fri Sep 5 20:27:10 2003
@@ -85,6 +85,7 @@
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
--add-comments=I18N: $(XGETTEXT_OPTIONS) \
--files-from=$(srcdir)/POTFILES.in \
+ --from-code=ISO-8859-1 \
--copyright-holder='$(COPYRIGHT_HOLDER)'
test ! -f $(DOMAIN).po || { \
if test -f $(srcdir)/$(DOMAIN).pot; then \