summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2005-09-10 08:35:06 +0000
committerSteve Arnold <nerdboy@gentoo.org>2005-09-10 08:35:06 +0000
commit5c4a81b14584e777ec42abcb2215fcb75d7781b6 (patch)
tree11b705a8b8b154cb1617adf2b65f0820911b26ee /net-misc/hylafax/files
parentFix #102088. (diff)
downloadgentoo-2-5c4a81b14584e777ec42abcb2215fcb75d7781b6.tar.gz
gentoo-2-5c4a81b14584e777ec42abcb2215fcb75d7781b6.tar.bz2
gentoo-2-5c4a81b14584e777ec42abcb2215fcb75d7781b6.zip
added charset patch for Bug #104022 to 4.2.0 only
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/hylafax/files')
-rw-r--r--net-misc/hylafax/files/digest-hylafax-4.2.0-r11
-rw-r--r--net-misc/hylafax/files/hylafax-4.2.0-faxmail-charset.patch14
2 files changed, 14 insertions, 1 deletions
diff --git a/net-misc/hylafax/files/digest-hylafax-4.2.0-r1 b/net-misc/hylafax/files/digest-hylafax-4.2.0-r1
deleted file mode 100644
index 9de57e0107eb..000000000000
--- a/net-misc/hylafax/files/digest-hylafax-4.2.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 463726ed21cfdac730c5d6915e0840cf hylafax-4.2.0.tar.gz 1351870
diff --git a/net-misc/hylafax/files/hylafax-4.2.0-faxmail-charset.patch b/net-misc/hylafax/files/hylafax-4.2.0-faxmail-charset.patch
new file mode 100644
index 000000000000..e2a3cad49864
--- /dev/null
+++ b/net-misc/hylafax/files/hylafax-4.2.0-faxmail-charset.patch
@@ -0,0 +1,14 @@
+--- faxmail/faxmail.c++.orig 2005-08-09 16:40:21.000000000 +0200
++++ faxmail/faxmail.c++ 2005-08-09 16:40:41.000000000 +0200
+@@ -392,8 +392,9 @@
+ if (verbose)
+ mime.trace(stderr);
+ // XXX anything but us-ascii is treated as ISO-8859-1
+- setISO8859(mime.getCharset() != CS_USASCII);
+-
++ // setISO8859(mime.getCharset() != CS_USASCII);
++ setISO8859(true);
++
+ /*
+ * Check first for any external script/command to
+ * use in converting the body part to PostScript.