aboutsummaryrefslogtreecommitdiff
path: root/lang/python32/files/patch-setup.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-09-03 17:12:28 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-09-03 17:12:28 +0000
commita8ff97aec34b8e37b7a3c97180f2590959a050d5 (patch)
tree829091ad0bdd245a294079bfcebedb6fdd9d3368 /lang/python32/files/patch-setup.py
parent1c60fe9d1f1678647ae577193cb2af8804831303 (diff)
Update to 2.4a3
PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes
Notes: svn path=/head/; revision=118057
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