pkgsrc/lang/python23/patches/patch-cd
jschauma 6a04b1b261 Make this compile, install and deinstall cleanly under IRIX and IRIX64
version 6.5 by backporting some patches from Python 2.4 and leaving out
some broken modules.

This partially addresses PR pkg/28373, too, though fixes particular to
older Irix versions still need to be tested and added.
2004-11-24 20:45:10 +00:00

15 lines
295 B
Text

$NetBSD: patch-cd,v 1.1 2004/11/24 20:45:10 jschauma Exp $
--- Modules/_ssl.c.orig Mon Nov 22 23:18:39 2004
+++ Modules/_ssl.c Mon Nov 22 23:17:23 2004
@@ -7,6 +7,10 @@
*/
+#ifdef __sgi
+#include <sys/types.h>
+#endif
+
#include "Python.h"
enum py_ssl_error {
/* these mirror ssl.h */