mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Get ossaudiodev to compile on freebsd 4.7
This commit is contained in:
parent
1a3b19a6e9
commit
d156c2d782
2 changed files with 20 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -742,8 +742,9 @@ class PyBuildExt(build_ext):
|
|||
# Linux-specific modules
|
||||
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
|
||||
|
||||
if platform in ('linux2', 'freebsd4'):
|
||||
# ossaudiodev currently doesn't work, so don't build.
|
||||
## # XXX should also build this on FreeBSD!
|
||||
pass
|
||||
## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
|
||||
|
||||
if platform == 'sunos5':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue