diff options
author | perky <perky@FreeBSD.org> | 2004-12-01 15:04:05 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-12-01 15:04:05 +0000 |
commit | 2bbe6b652108b44a504b7563159d5ea2ca474b84 (patch) | |
tree | bdd9bdf8776a2af4933c54360d47255406363345 /lang/python24/files/patch-setup.py | |
parent | 4147645e20bcf8e3fcf6630c850a0a54c8a72f07 (diff) | |
download | FreeBSD-ports-2bbe6b652108b44a504b7563159d5ea2ca474b84.zip FreeBSD-ports-2bbe6b652108b44a504b7563159d5ea2ca474b84.tar.gz |
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
Diffstat (limited to 'lang/python24/files/patch-setup.py')
-rw-r--r-- | lang/python24/files/patch-setup.py | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lang/python24/files/patch-setup.py b/lang/python24/files/patch-setup.py index 42d6b9a..7a4e769 100644 --- a/lang/python24/files/patch-setup.py +++ b/lang/python24/files/patch-setup.py @@ -1,5 +1,5 @@ ---- setup.py.orig Sat Aug 21 08:12:35 2004 -+++ setup.py Sat Aug 21 08:12:48 2004 +--- setup.py.orig Tue Aug 31 10:37:25 2004 ++++ setup.py Fri Sep 3 10:42:53 2004 @@ -15,7 +15,7 @@ from distutils.command.install_lib import install_lib @@ -9,12 +9,3 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -770,7 +770,7 @@ - # Linux-specific modules - exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - -- if platform in ('linux2', 'freebsd4'): -+ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6'): - exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) - - if platform == 'sunos5': |