diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-20 23:56:16 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-20 23:56:16 +0000 |
commit | d918a1e17c6b2a8d7970c3f9bffc9037373841e4 (patch) | |
tree | 2285e10111f562effe030b96cbbc4eb8a106d70e /lang/python23/files/patch-setup.py | |
parent | - Update to 1.2.0 (diff) |
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS
Notes
Notes:
svn path=/head/; revision=116861
Diffstat (limited to 'lang/python23/files/patch-setup.py')
-rw-r--r-- | lang/python23/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py index 41434bc89896..42d6b9a68984 100644 --- a/lang/python23/files/patch-setup.py +++ b/lang/python23/files/patch-setup.py @@ -1,5 +1,5 @@ ---- setup.py.orig Mon Sep 22 10:19:45 2003 -+++ setup.py Tue Nov 4 05:22:59 2003 +--- setup.py.orig Sat Aug 21 08:12:35 2004 ++++ setup.py Sat Aug 21 08:12:48 2004 @@ -15,7 +15,7 @@ from distutils.command.install_lib import install_lib @@ -9,12 +9,12 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -765,7 +765,7 @@ +@@ -770,7 +770,7 @@ # Linux-specific modules exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - if platform in ('linux2', 'freebsd4'): -+ if platform in ('linux2', 'freebsd4', 'freebsd5'): ++ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6'): exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': |