diff options
| author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-07 06:36:57 +0000 | 
|---|---|---|
| committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-07 06:36:57 +0000 | 
| commit | 03cd3fd2e0043400d07b0696a4cf5291b64ef440 (patch) | |
| tree | 80b403283f3e5e98f12265e9ed632700319b1661 /lang/python25/files/patch-setup.py | |
| parent | a09c1bb5235612382cc1ebac761cb6cbc4fedbf0 (diff) | |
Notes
Diffstat (limited to 'lang/python25/files/patch-setup.py')
| -rw-r--r-- | lang/python25/files/patch-setup.py | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/python25/files/patch-setup.py b/lang/python25/files/patch-setup.py index 003d0a4ae1fd..c66568db95e3 100644 --- a/lang/python25/files/patch-setup.py +++ b/lang/python25/files/patch-setup.py @@ -9,15 +9,6 @@   def add_dir_to_list(dirlist, dir):       """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -778,7 +778,7 @@ -             # 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':  @@ -1160,8 +1160,7 @@             ext_modules=[Extension('struct', ['structmodule.c'])],  | 
