Merged revisions 67098 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67098 | martin.v.loewis | 2008-11-04 21:40:09 +0100 (Di, 04 Nov 2008) | 2 lines

  Issue #4204: Fixed module build errors on FreeBSD 4.
........
This commit is contained in:
Martin v. Löwis 2008-11-04 20:43:31 +00:00
parent b2d8142ed1
commit 7f08c1f109
6 changed files with 37 additions and 25 deletions

View file

@ -1261,7 +1261,7 @@ class PyBuildExt(build_ext):
)
libraries = []
elif platform in ('freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
# FreeBSD's P1003.1b semaphore support is very experimental
# and has many known problems. (as of June 2008)
macros = dict( # FreeBSD