diff options
author | tnn <tnn> | 2010-10-01 08:32:35 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-10-01 08:32:35 +0000 |
commit | 72addbd2e433a874ab15293ebaf535bd4f7219fc (patch) | |
tree | 0a26ca95f2c934e724b3d7fef67604abeb1231ae /emulators/qemu/Makefile | |
parent | 84da7509f20757cec702a8f8e80c25535aab2c14 (diff) | |
download | pkgsrc-72addbd2e433a874ab15293ebaf535bd4f7219fc.tar.gz |
Rework 2MB stack allocation in qemu-img which causes SEGV with our
default process limits. Bump PKGREVISION.
Diffstat (limited to 'emulators/qemu/Makefile')
-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 7c6397938d7..de27095f634 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2010/08/09 20:56:32 tsutsui Exp $ +# $NetBSD: Makefile,v 1.73 2010/10/01 08:32:35 tnn Exp $ # DISTNAME= qemu-0.12.4 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.savannah.gnu.org/releases/qemu/ |