summaryrefslogtreecommitdiff
path: root/lang/python23/patches/patch-bc
blob: 5314c6470144b37e6863f76c61a4eb77ccb58bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-bc,v 1.1 2003/09/10 00:11:04 recht Exp $

--- configure.orig	Thu Jul 24 00:17:27 2003
+++ configure
@@ -1365,6 +1365,8 @@ case $ac_sys_system/$ac_sys_release in
   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm.
   OpenBSD/2.* | OpenBSD/3.[0123])
     define_xopen_source=no;;
+  NetBSD/1.5 | NetBSD/1.5.*)
+    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)
@@ -13079,6 +13081,7 @@ cat >conftest.$ac_ext <<_ACEOF
 #include "confdefs.h"
 
 #include "confdefs.h"
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>