diff options
author | jdc <jdc> | 2005-08-29 10:36:54 +0000 |
---|---|---|
committer | jdc <jdc> | 2005-08-29 10:36:54 +0000 |
commit | b1a5cbf58c1236fe7e09eac020dedc8a352494ae (patch) | |
tree | 4c24d169c864fa464344b985677652e6b99bde88 /x11/kdebase3 | |
parent | bec6acfd5f9652251880370e4449daed714a2d91 (diff) | |
download | pkgsrc-b1a5cbf58c1236fe7e09eac020dedc8a352494ae.tar.gz |
Unlimit datasize, otherwise perl will run out of memory during the
'configure' stage. Noticed on NetBSD/sparc.
Diffstat (limited to 'x11/kdebase3')
-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 |