summaryrefslogtreecommitdiff
path: root/lang/python26/patches
diff options
context:
space:
mode:
authortnn <tnn>2009-05-21 20:47:38 +0000
committertnn <tnn>2009-05-21 20:47:38 +0000
commitfa652d4731763406d79f4dd55c76f5a07b66a612 (patch)
tree6b4820520566ffeec123e27a5e48c53de27d48b4 /lang/python26/patches
parent652b3301476024e95dcdaa9a45b1d22343adacf1 (diff)
downloadpkgsrc-fa652d4731763406d79f4dd55c76f5a07b66a612.tar.gz
remove sqlite3 stuff from PLIST and disable the sqlite3 module here.
lang/python26 doesn't depend on sqlite3 and thus can't build the extension. (this extension is installed by databases/py-sqlite3)
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 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