From: Guido van Rossum Date: Tue, 21 Jan 2003 21:01:37 +0000 (+0000) Subject: ossaudiodev.c currently gives compilation errors, and Greg doesn't fix X-Git-Tag: v2.3c1~2375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81d40d6f4728d4f023a54217c2e6a4fa23291399;p=python ossaudiodev.c currently gives compilation errors, and Greg doesn't fix it, so disable the build for now. --- diff --git a/setup.py b/setup.py index 849438c7e8..220a7d51e5 100644 --- a/setup.py +++ b/setup.py @@ -723,8 +723,9 @@ class PyBuildExt(build_ext): # Linux-specific modules exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - # XXX should also build this on FreeBSD! - exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) + # ossaudiodev currently doesn't work, so don't build. +## # XXX should also build this on FreeBSD! +## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': # SunOS specific modules