summaryrefslogtreecommitdiff
path: root/lang/python23/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python23/patches/patch-bc')
-rw-r--r--lang/python23/patches/patch-bc21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/python23/patches/patch-bc b/lang/python23/patches/patch-bc
new file mode 100644
index 00000000000..5314c647014
--- /dev/null
+++ b/lang/python23/patches/patch-bc
@@ -0,0 +1,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>