summaryrefslogtreecommitdiff
path: root/lang/python23/patches/patch-al
blob: d7533b5b7520ca24ef369d8cfd132e3b638be8e2 (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.4 2003/12/08 21:13:56 recht Exp $

--- configure.orig	2003-09-27 10:58:55.000000000 +0200
+++ configure	2003-12-08 21:34:21.000000000 +0100
@@ -1440,6 +1440,8 @@
   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm.
   OpenBSD/2.* | OpenBSD/3.[0123])
     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)
@@ -13837,6 +13839,7 @@
 /* end confdefs.h.  */
 
 #include "confdefs.h"
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>