summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-04-17 08:20:47 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-04-17 08:20:47 +0000
commit0f7b6e00589b710c3ae7489348c01211f6c74fc2 (patch)
tree09975c26c893b0d9a98e171e42922e076e39363a /lang/python22
parent1e3a6d03ba2559143a6638e9228befb2205dad10 (diff)
downloadpkgsrc-0f7b6e00589b710c3ae7489348c01211f6c74fc2.tar.gz
test_gettext doesn't hang with threaded Python in -current anymore
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 1bdfe9fcb6d..c83688bbe65 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/04/17 08:09:03 darcy Exp $
+# $NetBSD: Makefile,v 1.15 2003/04/17 08:20:47 jdolecek Exp $
#
DISTNAME= Python-2.2.2
@@ -30,7 +30,6 @@ PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//}
# XXX We'll enable native threads (if available) as soon as it is
# stable enough. Remaining issues:
# -stack size too small in main thread
-# -"test_gettext" in Python autotest hanging forever
CONFIGURE_ARGS+= --without-threads
.endif