summaryrefslogtreecommitdiff
path: root/lang/python23/patches/patch-al
blob: 2a8a5a170cd8b6f37a8d2700c41d12cf27f908e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-al,v 1.5 2003/12/23 17:24:42 recht Exp $

--- configure.orig	2003-11-18 20:59:36.000000000 +0100
+++ configure	2003-12-23 12:29:27.000000000 +0100
@@ -1440,6 +1440,8 @@
   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm, for 3.4 by Jason Ish.
   OpenBSD/2.* | OpenBSD/3.[01234])
     define_xopen_source=no;;
+  NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6[A-S])
+    define_xopen_source=no;;
   # On Solaris 2.6, sys/wait.h is inconsistent in the usage
   # of union __?sigval. Reported by Stuart Bishop.
   SunOS/5.6)
@@ -13854,6 +13856,7 @@
 /* end confdefs.h.  */
 
 #include "confdefs.h"
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>