From d918a1e17c6b2a8d7970c3f9bffc9037373841e4 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 20 Aug 2004 23:56:16 +0000 Subject: - Add support for FreeBSD 6. - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS --- lang/python23/files/patch-setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/python23/files/patch-setup.py') 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': -- cgit v1.2.3