From 314c227b1c9fc889706fa3267073812f436cae75 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 5 Apr 2011 08:38:00 +0000 Subject: Unlimit datasize, needed on NetBSD-4. From Robert Elz in PR 42899. --- emulators/qemu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index d8460761a6a..2c5ddd3b910 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2011/02/28 17:49:30 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2011/04/05 08:38:00 wiz Exp $ DISTNAME= qemu-0.13.0 PKGREVISION= 1 @@ -16,6 +16,7 @@ CONFLICTS+= qemu-bin-[0-9]* NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* USE_TOOLS+= gmake makeinfo perl:build +UNLIMIT_RESOURCES= datasize HAS_CONFIGURE= yes BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html -- cgit v1.2.3