summaryrefslogtreecommitdiff
path: root/lang/python26/patches
diff options
context:
space:
mode:
authortnn <tnn>2009-05-21 21:21:35 +0000
committertnn <tnn>2009-05-21 21:21:35 +0000
commite58f37d69bfd88d439911cd4bc845ec05c07cf90 (patch)
treefbc66ded3e0f9732f9d212551ca6b12c8b253eeb /lang/python26/patches
parent76ea2352949f368c5bd0e017cdf5dd897dc82ca5 (diff)
downloadpkgsrc-e58f37d69bfd88d439911cd4bc845ec05c07cf90.tar.gz
revert previous, doesn't work as I intended.
Diffstat (limited to 'lang/python26/patches')
-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 7a0b6d7c0da..533311b65ba 100644
--- a/lang/python26/patches/patch-am
+++ b/lang/python26/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.3 2009/05/21 20:47:38 tnn Exp $
+$NetBSD: patch-am,v 1.4 2009/05/21 21:21:35 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.3 2009/05/21 20:47:38 tnn 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", "_sqlite3", "_tkinter", "bsddb", "cjkcodecs" "gdbm", "mpz", "expat", "readline"]
++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite", "_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