summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-09-13 00:16:41 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-09-13 00:16:41 +0000
commitc145ad3f5e59ffacec630fce910865a328798b8f (patch)
treefc5d92b8ed116c76075d7402ff001a4f1327d61f /media-gfx/picasa/files
parentUpstream broke the download URLs in a site re-arrange, fix em. Also version b... (diff)
downloadgentoo-2-c145ad3f5e59ffacec630fce910865a328798b8f.tar.gz
gentoo-2-c145ad3f5e59ffacec630fce910865a328798b8f.tar.bz2
gentoo-2-c145ad3f5e59ffacec630fce910865a328798b8f.zip
Add patch to fix unicode problems thanks to Guillaume Ramelet <guillaume.ramelet@gmail.com> in bug 147094
(Portage version: 2.1.1)
Diffstat (limited to 'media-gfx/picasa/files')
-rw-r--r--media-gfx/picasa/files/picasa-unicode.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/picasa/files/picasa-unicode.patch b/media-gfx/picasa/files/picasa-unicode.patch
new file mode 100644
index 000000000000..0174d1b5250f
--- /dev/null
+++ b/media-gfx/picasa/files/picasa-unicode.patch
@@ -0,0 +1,15 @@
+--- bin/wrapper.orig 2006-09-13 01:39:17.000000000 +0200
++++ bin/wrapper 2006-09-13 01:39:38.000000000 +0200
+@@ -221,12 +221,6 @@
+ exec >/dev/null 2>&1
+ fi
+
+-# FIXME - Only US English has been well tested to this point,
+-# so we unset all LOCALE strings, causing us to default to Posix and hence US English
+- for x in `locale 2>/dev/null | sed 's/=.*$//'` ; do
+- unset $x
+-done
+-
+ # Apply the .inf files (reapply if they've changed)
+ for infcmd in wine.inf/DefaultInstall mozctl.inf/Mozctl picasa.inf/DefaultInstall ; do
+ inffile=`echo $infcmd | cut -d '/' -f 1`