summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2008-10-04 16:24:39 +0000
committerJesus Rivero <neurogeek@gentoo.org>2008-10-04 16:24:39 +0000
commit4c8a392b9cb1da4155173582f43496196318c5f9 (patch)
tree0aeaca7104ee147c0c9cb8bfd33c62558a6d964d /dev-python/reportlab/files/reportlab-2.2_qa_msg.patch
parentstable ppc64, bug 239537 (diff)
downloadgentoo-2-4c8a392b9cb1da4155173582f43496196318c5f9.tar.gz
gentoo-2-4c8a392b9cb1da4155173582f43496196318c5f9.tar.bz2
gentoo-2-4c8a392b9cb1da4155173582f43496196318c5f9.zip
Version bump. Closes bug #238205, thanks to Pedro Romano <pmcnr72@gmail.com> for the ebuild
(Portage version: 2.2_rc8/cvs/Linux 2.6.18-gentoo-r3 i686)
Diffstat (limited to 'dev-python/reportlab/files/reportlab-2.2_qa_msg.patch')
-rw-r--r--dev-python/reportlab/files/reportlab-2.2_qa_msg.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch b/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch
new file mode 100644
index 000000000000..490902d22e09
--- /dev/null
+++ b/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch
@@ -0,0 +1,16 @@
+#Patch submitted by Jesus Rivero <neurogeek@gentoo.org>
+#Submitted on 10/04/2008 to upstream
+diff -uNr ReportLab_2_2.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c ReportLab_2_2/src/rl_addons/renderPM/gt1/gt1-namecontext.c
+--- ReportLab_2_2.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c 2008-10-04 10:28:05.000000000 -0430
++++ ReportLab_2_2/src/rl_addons/renderPM/gt1/gt1-namecontext.c 2008-10-04 10:28:38.000000000 -0430
+@@ -3,9 +3,7 @@
+ #include "gt1-misc.h"
+
+ #include "gt1-namecontext.h"
+-#if defined(_WIN32) || defined(macintosh)
+-# include <string.h>
+-#endif
++#include <string.h>
+
+ /* btw, I do not know who wrote the following comment. I modified this
+ file somewhat from gimp's app/procedural_db.c hash function. */