diff options
author | jdc <jdc@pkgsrc.org> | 2005-08-29 10:36:54 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2005-08-29 10:36:54 +0000 |
commit | 44231ebdeb7b985eb323393d1de79178f5949445 (patch) | |
tree | 4c24d169c864fa464344b985677652e6b99bde88 /x11 | |
parent | a0b8148c107c22851fc500433866981e24abe880 (diff) | |
download | pkgsrc-44231ebdeb7b985eb323393d1de79178f5949445.tar.gz |
Unlimit datasize, otherwise perl will run out of memory during the
'configure' stage. Noticed on NetBSD/sparc.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 0eaefc32793..3ea26cf68a5 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2005/08/10 20:56:29 jlam Exp $ +# $NetBSD: Makefile,v 1.87 2005/08/29 10:36:54 jdc Exp $ DISTNAME= kdebase-${_KDE_VERSION} CATEGORIES= x11 @@ -14,6 +14,7 @@ SITES_NetBSD-flag.png= http://www.NetBSD.org/images/ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +UNLIMIT_RESOURCES= datasize USE_TOOLS+= pkg-config USE_DIRS+= xdg-1.2 USE_PKGINSTALL= YES |