summaryrefslogtreecommitdiff
path: root/lang/python26/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python26/patches/patch-am')
-rw-r--r--lang/python26/patches/patch-am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/patches/patch-am b/lang/python26/patches/patch-am
index 401627cf539..7a0b6d7c0da 100644
--- a/lang/python26/patches/patch-am
+++ b/lang/python26/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.2 2009/04/24 01:32:50 hasso Exp $
+$NetBSD: patch-am,v 1.3 2009/05/21 20:47:38 tnn Exp $
--- setup.py.orig 2009-03-31 21:20:48 +0300
+++ setup.py 2009-04-20 16:30:08 +0300
@@ -7,7 +7,7 @@ $NetBSD: patch-am,v 1.2 2009/04/24 01:32:50 hasso Exp $
# This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
-+disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite", "_tkinter", "bsddb", "cjkcodecs" "gdbm", "mpz", "expat", "readline"]
++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite3", "_tkinter", "bsddb", "cjkcodecs" "gdbm", "mpz", "expat", "readline"]
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if