diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 06:10:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 06:10:52 +0000 |
commit | 46eff70a206420a5c8664445323695f55076066b (patch) | |
tree | 4f45d08ed17176bf410666cd5b1de532824c5fdc | |
parent | Chase the libintl.so shared lib version. (diff) |
Fix build with gettext-0.12.1.
Submitted by: Thierry Thomas <thierry@pompo.net>
-rw-r--r-- | multimedia/xmms/files/patch-po::Makefile.in.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/xmms/files/patch-po::Makefile.in.in b/multimedia/xmms/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..7859a10fc0e4 --- /dev/null +++ b/multimedia/xmms/files/patch-po::Makefile.in.in @@ -0,0 +1,10 @@ +--- po/Makefile.in.in.orig Mon Mar 4 22:56:47 2002 ++++ po/Makefile.in.in Fri Aug 22 16:50:02 2003 +@@ -88,6 +88,7 @@ + $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ + --add-comments --keyword=_ --keyword=N_ \ + --files-from=$(srcdir)/POTFILES.in \ ++ --from-code=ISO-8859-1 \ + && test ! -f $(PACKAGE).po \ + || ( rm -f $(srcdir)/$(PACKAGE).pot \ + && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) |