diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 10:08:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 10:08:32 +0000 |
commit | 213ae9a9a4fe56c95f02809a23c26af8a030b5c3 (patch) | |
tree | c2f4ec73918caaebb9c2c64e402a93f52f94018e /lang/python23/files/patch-setup.py | |
parent | 999f90012afb5e2f976588f07e36b82e2fbc5c6e (diff) |
Notes
Diffstat (limited to 'lang/python23/files/patch-setup.py')
-rw-r--r-- | lang/python23/files/patch-setup.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py deleted file mode 100644 index 0c06d32bb102..000000000000 --- a/lang/python23/files/patch-setup.py +++ /dev/null @@ -1,29 +0,0 @@ ---- setup.py.orig Wed Oct 22 05:01:21 2003 -+++ setup.py Wed Dec 1 23:07:00 2004 -@@ -15,7 +15,7 @@ - from distutils.command.install_lib import install_lib - - # This global variable is used to hold the list of modules to be disabled. --disabled_module_list = [] -+disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz"] - - def add_dir_to_list(dirlist, dir): - """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -770,7 +770,7 @@ - # Linux-specific modules - exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - -- if platform in ('linux2', 'freebsd4'): -+ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): - exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) - - if platform == 'sunos5': -@@ -1140,7 +1140,7 @@ - ext_modules=[Extension('struct', ['structmodule.c'])], - - # Scripts to install -- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle'] -+ scripts = [] - ) - - # --install-platlib |