diff options
author | darcy <darcy@pkgsrc.org> | 2003-04-17 08:09:03 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2003-04-17 08:09:03 +0000 |
commit | 1e3a6d03ba2559143a6638e9228befb2205dad10 (patch) | |
tree | 0fcb1bd48d4a44311d641afcc0e3ee3b5b2b9ce1 /lang/python22 | |
parent | 51832d2e6c74b8159ee0c0a3102532aa64237a1a (diff) | |
download | pkgsrc-1e3a6d03ba2559143a6638e9228befb2205dad10.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/Makefile | 3 |
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 |