diff options
author | tron <tron> | 2002-01-04 12:06:08 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-04 12:06:08 +0000 |
commit | 52be72af6d6e2419d9cc9f8056bbabcfbbc85442 (patch) | |
tree | 76e9ccb874f7ea3a5db24b18eda4786fdd0ac03c | |
parent | b88563273809cecd3885a81107e46aaf873ce76a (diff) | |
download | pkgsrc-52be72af6d6e2419d9cc9f8056bbabcfbbc85442.tar.gz |
Unlimit datasize for building which is necessary for the new toolchain.
-rw-r--r-- | x11/kdelibs2/Makefile | 5 |
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" |