diff options
Diffstat (limited to 'lang/python23/files/patch-setup.py')
| -rw-r--r-- | lang/python23/files/patch-setup.py | 16 | 
1 files changed, 14 insertions, 2 deletions
| diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py index 139ea97743d5..4ed24bdb54d5 100644 --- a/lang/python23/files/patch-setup.py +++ b/lang/python23/files/patch-setup.py @@ -1,5 +1,8 @@ ---- setup.py.orig	Thu Jul 10 21:48:39 2003 -+++ setup.py	Sat Jul 19 16:27:04 2003 + +$FreeBSD$ + +--- setup.py.orig	Mon Sep 22 04:19:45 2003 ++++ setup.py	Wed Oct 29 22:47:51 2003  @@ -15,7 +15,7 @@   from distutils.command.install_lib import install_lib @@ -9,3 +12,12 @@   def add_dir_to_list(dirlist, dir):       """Add the directory 'dir' to the list 'dirlist' (at the front) if +@@ -765,7 +765,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': | 
