summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2004-01-06 18:56:50 +0000
committerabs <abs>2004-01-06 18:56:50 +0000
commite5cdba817396f209a29a0c42f516d2ca7e02caaf (patch)
tree9634dface5b72f4496e70e9c363677106589f6cb
parentf61071a01f2f6cfa0b5acf8847ea052cb78b090d (diff)
downloadpkgsrc-e5cdba817396f209a29a0c42f516d2ca7e02caaf.tar.gz
UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG build
-rw-r--r--lang/perl58/Makefile3
-rw-r--r--mail/procmail/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 2f7fcdb69e6..23a7046971b 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/05 21:29:14 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/06 18:56:50 abs Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -231,6 +231,7 @@ STATIC_MAKEFLAGS= MKPIC=no STATIC_PERL=NO
STATIC_MAKEFLAGS+= WRKDIR=${STATIC_WRKDIR}
STATIC_MAKEFLAGS+= ALL_TARGET=perl
WRKSRC_PERL5= ${STATIC_WRKDIR}/${WRKSRC:T}/perl
+UNLIMIT_RESOURCES= datasize
post-build:
cd ${.CURDIR} && ${MAKE} build ${STATIC_MAKEFLAGS}
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index ca59607c882..2eeac12531a 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/05 12:01:14 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2004/01/06 18:57:29 abs Exp $
#
DISTNAME= procmail-3.22
@@ -14,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
MAKE_ENV+= SHELL=${SH} CHMOD=${CHMOD}
INSTALL_TARGET= install-suid install.man
+UNLIMIT_RESOURCES= datasize
.include "../../mk/bsd.prefs.mk"