diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /lang/python23/files/patch-setup.py | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'lang/python23/files/patch-setup.py')
-rw-r--r-- | lang/python23/files/patch-setup.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py deleted file mode 100644 index 41434bc89896..000000000000 --- a/lang/python23/files/patch-setup.py +++ /dev/null @@ -1,20 +0,0 @@ ---- setup.py.orig Mon Sep 22 10:19:45 2003 -+++ setup.py Tue Nov 4 05:22:59 2003 -@@ -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 -@@ -765,7 +765,7 @@ - # Linux-specific modules - exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - -- if platform in ('linux2', 'freebsd4'): -+ if platform in ('linux2', 'freebsd4', 'freebsd5'): - exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) - - if platform == 'sunos5': |