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 | Prevent gtranslator from needlessly clobbering debugging (diff) |
- Update to 2.4a2
- Add IPV6 option [1]
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
Notes
Notes:
svn path=/head/; revision=115547
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'])], |