diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-05-27 15:58:02 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-05-27 15:58:02 +0000 |
commit | 7866c5194c5f15d90bbb54820bb31a69998c6bed (patch) | |
tree | eb238db7252a16aab5fb4ffc996c86d0e23c9d2f /lang/python/files/patch-configure | |
parent | - Add WWW (diff) |
- Update to Python 2.3.4.
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
Notes
Notes:
svn path=/head/; revision=110139
Diffstat (limited to 'lang/python/files/patch-configure')
-rw-r--r-- | lang/python/files/patch-configure | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/python/files/patch-configure b/lang/python/files/patch-configure index 40e715f8aa0e..46e70b302d23 100644 --- a/lang/python/files/patch-configure +++ b/lang/python/files/patch-configure @@ -31,11 +31,3 @@ else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -@@ -15001,6 +15007,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; |