summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorrecht <recht>2004-01-11 11:04:43 +0000
committerrecht <recht>2004-01-11 11:04:43 +0000
commit052650f3bd7f6677e15a970a8428189cfd494d6c (patch)
treef59881d57e7de17d5c3aceaada9b622562fbbad3 /lang/python23
parent4ff8ccf9db20e9ce9f41d0dcae82c41fe0a76676 (diff)
downloadpkgsrc-052650f3bd7f6677e15a970a8428189cfd494d6c.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/python23')
-rw-r--r--lang/python23/Makefile3
1 files changed, 1 insertions, 2 deletions
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