You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
52f6796f94
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@88868 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
464 B
Diff
12 lines
464 B
Diff
--- setup.py.orig 2011-07-09 16:58:56.000000000 +1000
|
|
+++ setup.py 2011-07-13 20:50:12.000000000 +1000
|
|
@@ -21,7 +21,7 @@
|
|
COMPILED_WITH_PYDEBUG = hasattr(sys, 'gettotalrefcount')
|
|
|
|
# This global variable is used to hold the list of modules to be disabled.
|
|
-disabled_module_list = []
|
|
+disabled_module_list = ["_tkinter", "_gdbm"]
|
|
|
|
# File which contains the directory for shared mods (for sys.path fixup
|
|
# when running from the build dir, see Modules/getpath.c)
|