diff options
Diffstat (limited to 'lang/python26/patches/patch-am')
-rw-r--r-- | lang/python26/patches/patch-am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/patches/patch-am b/lang/python26/patches/patch-am index d2e8f59b480..ba26c937a62 100644 --- a/lang/python26/patches/patch-am +++ b/lang/python26/patches/patch-am @@ -1,4 +1,4 @@ -$NetBSD: patch-am,v 1.7 2009/11/16 10:40:21 joerg Exp $ +$NetBSD: patch-am,v 1.8 2010/01/26 12:15:26 tron Exp $ Disabled modules for normal build: bsdddb @@ -19,7 +19,7 @@ Build the 1.85 compat module all the time against the BDB version of choice. # 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", "_sqlite3", "_tkinter", "gdbm", "expat", "readline"] ++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite3", "_tkinter", "gdbm", "pyexpat", "readline"] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if |