summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2002-01-04 12:06:08 +0000
committertron <tron>2002-01-04 12:06:08 +0000
commit52be72af6d6e2419d9cc9f8056bbabcfbbc85442 (patch)
tree76e9ccb874f7ea3a5db24b18eda4786fdd0ac03c
parentb88563273809cecd3885a81107e46aaf873ce76a (diff)
downloadpkgsrc-52be72af6d6e2419d9cc9f8056bbabcfbbc85442.tar.gz
Unlimit datasize for building which is necessary for the new toolchain.
-rw-r--r--x11/kdelibs2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 1342537b68a..8050ff32a50 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/12/30 11:54:11 zuntum Exp $
+# $NetBSD: Makefile,v 1.29 2002/01/04 12:06:08 tron Exp $
DISTNAME= kdelibs-2.2.2
CATEGORIES= x11
@@ -37,7 +37,8 @@ REPLACE_PERL= \
${WRKSRC}/kio/proxytype.pl \
${WRKSRC}/kio/useragent.pl
-PLIST_SRC= ${WRKDIR}/PLIST
+PLIST_SRC= ${WRKDIR}/PLIST
+UNLIMIT_RESOURCES= d
.if defined(USE_CUPS) && (${USE_CUPS} == "YES")
.include "../../print/cups/buildlink.mk"