summaryrefslogtreecommitdiff
path: root/lang/python22/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22/files/patch-configure')
-rw-r--r--lang/python22/files/patch-configure10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/python22/files/patch-configure b/lang/python22/files/patch-configure
deleted file mode 100644
index 1ed245321f04..000000000000
--- a/lang/python22/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed Apr 14 15:29:28 2004
-+++ configure Wed Apr 14 15:30:25 2004
-@@ -5523,6 +5523,7 @@
- hints.ai_family = AF_UNSPEC;
- hints.ai_flags = passive ? AI_PASSIVE : 0;
- hints.ai_socktype = SOCK_STREAM;
-+ hints.ai_protocol = IPPROTO_TCP;
- if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
- (void)gai_strerror(gaierr);
- goto bad;