summaryrefslogtreecommitdiff
path: root/lang/python32/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python32/files/patch-setup.py')
-rw-r--r--lang/python32/files/patch-setup.py15
1 files changed, 3 insertions, 12 deletions
diff --git a/lang/python32/files/patch-setup.py b/lang/python32/files/patch-setup.py
index acb3015726b9..a94599c261d9 100644
--- a/lang/python32/files/patch-setup.py
+++ b/lang/python32/files/patch-setup.py
@@ -1,5 +1,5 @@
---- setup.py.orig Fri Jul 23 11:50:10 2004
-+++ setup.py Sat Aug 21 09:04:58 2004
+--- setup.py.orig Tue Aug 31 10:37:25 2004
++++ setup.py Fri Sep 3 10:42:53 2004
@@ -15,7 +15,7 @@
from distutils.command.install_lib import install_lib
@@ -9,16 +9,7 @@
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
-@@ -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 @@
+@@ -1144,8 +1144,7 @@
ext_modules=[Extension('struct', ['structmodule.c'])],
# Scripts to install