summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-01-04 12:06:08 +0000
committertron <tron@pkgsrc.org>2002-01-04 12:06:08 +0000
commit0c72662d8ce536d7c56a0bdd75b653b156bfc2d7 (patch)
tree76e9ccb874f7ea3a5db24b18eda4786fdd0ac03c /x11
parent717e6e113198eb18e9ffb2bc583a8778b7df7ec7 (diff)
downloadpkgsrc-0c72662d8ce536d7c56a0bdd75b653b156bfc2d7.tar.gz
Unlimit datasize for building which is necessary for the new toolchain.
Diffstat (limited to 'x11')
-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"