diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-05 08:38:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-05 08:38:00 +0000 |
commit | 314c227b1c9fc889706fa3267073812f436cae75 (patch) | |
tree | 9112170c0ae72fd0434ad89d533266dcdebce359 /emulators/qemu | |
parent | 83a1bc521909147335880f61a5d447d8b21b1752 (diff) | |
download | pkgsrc-314c227b1c9fc889706fa3267073812f436cae75.tar.gz |
Unlimit datasize, needed on NetBSD-4. From Robert Elz in PR 42899.
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |