17
0
Files
python-reportlab/reportlab-missing-includes.patch
Markéta Machová 03ef2a53a1 Accepting request 854302 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 3.5.56
  * allow setting initial template cycle
  * fix for pillow 8.0.x
  * added trustedHosts & trustedSchemes settings
  * allow Drawing.outDir to be a callable 
- Rebased reportlab-missing-includes.patch

OBS-URL: https://build.opensuse.org/request/show/854302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=22
2020-12-09 16:03:05 +00:00

16 lines
567 B
Diff

Index: reportlab-3.5.56/src/rl_addons/renderPM/gt1/gt1-namecontext.c
===================================================================
--- reportlab-3.5.56.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c
+++ reportlab-3.5.56/src/rl_addons/renderPM/gt1/gt1-namecontext.c
@@ -1,6 +1,10 @@
/* A module for a simple "name context", i.e. lisp-style atoms */
#include "gt1-misc.h"
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <sys/socket.h>
#include "gt1-namecontext.h"
#if defined(_WIN32) || defined(macintosh) || defined(__APPLE__)