summaryrefslogtreecommitdiff
path: root/multimedia/xmms
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 06:10:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 06:10:52 +0000
commit46eff70a206420a5c8664445323695f55076066b (patch)
tree4f45d08ed17176bf410666cd5b1de532824c5fdc /multimedia/xmms
parentChase the libintl.so shared lib version. (diff)
Fix build with gettext-0.12.1.
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=87647
Diffstat (limited to 'multimedia/xmms')
-rw-r--r--multimedia/xmms/files/patch-po::Makefile.in.in10
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 )