summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authordarcy <darcy>2003-04-17 08:09:03 +0000
committerdarcy <darcy>2003-04-17 08:09:03 +0000
commit667798e3813c66448231f7434cc9e98cf1b61a53 (patch)
tree0fcb1bd48d4a44311d641afcc0e3ee3b5b2b9ce1 /lang/python22
parent247b14c37c54b58cf1ba8ae6827a18ca0431da57 (diff)
downloadpkgsrc-667798e3813c66448231f7434cc9e98cf1b61a53.tar.gz
Remove comment about PR lib/20214 (libpthread assertion failure triggered
by py-bsddb3) since the PR has been closed. Two other issues remain.
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 0f285429996..1bdfe9fcb6d 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/04/05 01:01:31 jschauma Exp $
+# $NetBSD: Makefile,v 1.14 2003/04/17 08:09:03 darcy 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
-# -PR lib/20214 (libpthread assertion failure triggered by py-bsddb3)
# -"test_gettext" in Python autotest hanging forever
CONFIGURE_ARGS+= --without-threads
.endif