diff options
Diffstat (limited to 'lang/python33/files/patch-setup.py')
-rw-r--r-- | lang/python33/files/patch-setup.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python33/files/patch-setup.py b/lang/python33/files/patch-setup.py deleted file mode 100644 index ff985a2efd08..000000000000 --- a/lang/python33/files/patch-setup.py +++ /dev/null @@ -1,20 +0,0 @@ ---- setup.py.orig 2014-03-09 09:40:35.000000000 +0100 -+++ setup.py 2014-07-15 08:17:17.000000000 +0200 -@@ -31,7 +31,7 @@ - COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig.get_config_var("CONFIG_ARGS")) - - # This global variable is used to hold the list of modules to be disabled. --disabled_module_list = [] -+disabled_module_list = ["_sqlite3", "_tkinter", "_gdbm"] - - def add_dir_to_list(dirlist, dir): - """Add the directory 'dir' to the list 'dirlist' (after any relative -@@ -1463,7 +1463,7 @@ - macros = dict() - libraries = [] - -- elif host_platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): -+ elif host_platform in ('freebsd7', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11'): - # FreeBSD's P1003.1b semaphore support is very experimental - # and has many known problems. (as of June 2008) - macros = dict() |