diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-07-20 01:42:06 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-07-20 01:42:06 (GMT) |
commit | ad00913cf00ab174037e6ff675fa19f3ee27cc63 (patch) | |
tree | 30038b5c00fb5736b52222ce9d7ce279bb5e22ff /setup.py | |
parent | 81aec4bb802466fb7748c87cabe34c96a4391f1e (diff) | |
download | cpython-ad00913cf00ab174037e6ff675fa19f3ee27cc63.zip cpython-ad00913cf00ab174037e6ff675fa19f3ee27cc63.tar.gz cpython-ad00913cf00ab174037e6ff675fa19f3ee27cc63.tar.bz2 |
ossaudiodev is available on FreeBSD 5 too.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -782,7 +782,7 @@ class PyBuildExt(build_ext): # Linux-specific modules exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - if platform in ('linux2', 'freebsd4'): + if platform in ('linux2', 'freebsd4', 'freebsd5'): exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': |