summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-11 11:04:43 +0000
committerrecht <recht@pkgsrc.org>2004-01-11 11:04:43 +0000
commit8bbccc04b699d365bd7c4e58dea9c78f955bd13f (patch)
treef59881d57e7de17d5c3aceaada9b622562fbbad3 /lang
parent54ffdde82701946efac3c9af73c3cfc355f2cea9 (diff)
downloadpkgsrc-8bbccc04b699d365bd7c4e58dea9c78f955bd13f.tar.gz
remove stacksize from UNLIMIT_RESOURCES. This isn't needed for the build
and causes more harm than good for the regression tests.
Diffstat (limited to 'lang')
-rw-r--r--lang/python23-pth/Makefile3
-rw-r--r--lang/python23/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile
index 1f6208b86b4..0939af0e90f 100644
--- a/lang/python23-pth/Makefile
+++ b/lang/python23-pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/12/23 17:24:42 recht Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/11 11:04:43 recht Exp $
#
DISTNAME= Python-2.3.3
@@ -16,7 +16,6 @@ USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT="${CFLAGS}"
-UNLIMIT_RESOURCES+= stacksize
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink2.mk"
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index f5a079e2a91..4e719215d1b 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/12/23 17:24:42 recht Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/11 11:04:43 recht Exp $
#
DISTNAME= Python-2.3.3
@@ -17,7 +17,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-threads
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT="${CFLAGS}"
-UNLIMIT_RESOURCES+= stacksize
INSTALL_TARGET= altinstall
TEST_TARGET= test