summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python23/files/patch-setup.py')
-rw-r--r--lang/python23/files/patch-setup.py8
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':