summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-01-04 06:06:40 +0000
committerChris White <chriswhite@gentoo.org>2005-01-04 06:06:40 +0000
commite416716b9a42daff38cac2065b834529c85ea43a (patch)
tree02804aeb1b53c49575cf9cc64d700d15a2571a27 /net-misc/wget/files
parentStable in x86 wrt security bug #75213 (Manifest recommit) (diff)
downloadgentoo-2-e416716b9a42daff38cac2065b834529c85ea43a.tar.gz
gentoo-2-e416716b9a42daff38cac2065b834529c85ea43a.tar.bz2
gentoo-2-e416716b9a42daff38cac2065b834529c85ea43a.zip
Added fix for bug #70734 per seemant's request as he's leaving and won't be able to fix it for awhile.
Diffstat (limited to 'net-misc/wget/files')
-rw-r--r--net-misc/wget/files/wget-1.9.1-locale.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/wget/files/wget-1.9.1-locale.patch b/net-misc/wget/files/wget-1.9.1-locale.patch
new file mode 100644
index 000000000000..ca28f37a8aa4
--- /dev/null
+++ b/net-misc/wget/files/wget-1.9.1-locale.patch
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in_old 2001-04-12 21:25:22.000000000 +0900
++++ po/Makefile.in.in 2004-11-11 12:16:10.174648784 +0900
+@@ -67,7 +67,7 @@
+ $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
+
+ .po.mo:
+- $(MSGFMT) -o $@ $<
++ LANG=C LANGUAGE=C $(MSGFMT) -o $@ $<
+
+ .po.gmo:
+ file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \