Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
neurogeek 08/10/04 16:24:40
Added: reportlab-2.2_qa_msg.patch
Log:
Version bump. Closes bug #238205, thanks to Pedro Romano <pmcnr72@...> for the ebuild
(Portage version: 2.2_rc8/cvs/Linux 2.6.18-gentoo-r3 i686)
Revision Changes Path
1.1 dev-python/reportlab/files/reportlab-2.2_qa_msg.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch?rev=1.1&content-type=text/plain
Index: reportlab-2.2_qa_msg.patch
===================================================================
#Patch submitted by Jesus Rivero <neurogeek@g.o>
#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. */
|
|