summaryrefslogtreecommitdiff
path: root/lang/python31/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python31/files/patch-setup.py')
-rw-r--r--lang/python31/files/patch-setup.py15
1 files changed, 12 insertions, 3 deletions
diff --git a/lang/python31/files/patch-setup.py b/lang/python31/files/patch-setup.py
index c66568db95e3..acb3015726b9 100644
--- a/lang/python31/files/patch-setup.py
+++ b/lang/python31/files/patch-setup.py
@@ -1,5 +1,5 @@
---- setup.py.orig Sun Jun 27 07:29:42 2004
-+++ setup.py Thu Jul 8 23:55:04 2004
+--- setup.py.orig Fri Jul 23 11:50:10 2004
++++ setup.py Sat Aug 21 09:04:58 2004
@@ -15,7 +15,7 @@
from distutils.command.install_lib import install_lib
@@ -9,7 +9,16 @@
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
-@@ -1160,8 +1160,7 @@
+@@ -782,7 +782,7 @@
+ # Linux-specific modules
+ exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
+
+- if platform in ('linux2', 'freebsd4', 'freebsd5'):
++ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6'):
+ exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
+
+ if platform == 'sunos5':
+@@ -1164,8 +1164,7 @@
ext_modules=[Extension('struct', ['structmodule.c'])],
# Scripts to install