This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author henry.precheur
Recipients henry.precheur
Date 2008-08-26.06:53:45
SpamBayes Score 1.4137633e-05
Marked as misclassified No
Message-id <1219733626.97.0.685674149609.issue3685@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to mention, I made to following modification to configure.in so
I could compile Python 3000 on OpenBSD 4.4

--- configure.in        (revision 66037)
+++ configure.in        (working copy)
@@ -250,7 +250,7 @@
   # On OpenBSD, select(2) is not available if _XOPEN_SOURCE is defined,
   # even though select is a POSIX function. Reported by J. Ribbens.
   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm, for 3.4 by Jason Ish.
-  OpenBSD/2.* | OpenBSD/3.@<:@0123456789@:>@ | OpenBSD/4.@<:@0123@:>@) 
+  OpenBSD*)
     define_xopen_source=no
     # OpenBSD undoes our definition of __BSD_VISIBLE if _XOPEN_SOURCE is
     # also defined. This can be overridden by defining _BSD_SOURCE
History
Date User Action Args
2008-08-26 06:53:47henry.precheursetrecipients: + henry.precheur
2008-08-26 06:53:46henry.precheursetmessageid: <1219733626.97.0.685674149609.issue3685@psf.upfronthosting.co.za>
2008-08-26 06:53:46henry.precheurlinkissue3685 messages
2008-08-26 06:53:45henry.precheurcreate