summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2009-01-23 08:15:27 +0000
committerjmmv <jmmv@pkgsrc.org>2009-01-23 08:15:27 +0000
commitba823ce1e425b8876d55f36a67d2f61ac9274daf (patch)
tree0eb0dede442008f84b68f165e9e9e129e32e93d4 /emulators
parent82a2ee5b15f536d10984f4df0187f134fdda28f6 (diff)
downloadpkgsrc-ba823ce1e425b8876d55f36a67d2f61ac9274daf.tar.gz
Fix build problems; QEMU_TOOL seems to have disappeared, so check for
QEMU_IMG instead. From Juergen Buchmueller in private mail.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/distinfo4
-rw-r--r--emulators/qemu/patches/patch-ay4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index 156b7d9d9f2..d4eff518200 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2009/01/22 07:27:28 jmmv Exp $
+$NetBSD: distinfo,v 1.41 2009/01/23 08:15:27 jmmv Exp $
SHA1 (qemu-0.9.1.tar.gz) = 630ea20b5989f0df00128de7f7be661c573ed041
RMD160 (qemu-0.9.1.tar.gz) = ee7bdb55a4540df2082d4bde9ebfd2f4e6f201a5
@@ -16,5 +16,5 @@ SHA1 (patch-au) = 2892cae63796c76014288f4a700acbee5aadc529
SHA1 (patch-av) = 715e9680d70c1aa1c83bda0270125144a26d6140
SHA1 (patch-aw) = f3bc77cdec3a876fa69406c91590d02161e80753
SHA1 (patch-ax) = 66b060005ecbf9fd0451f7960e81eccbabf959ca
-SHA1 (patch-ay) = b6ed7d28a617913eff64f6c003b963c0454b06bb
+SHA1 (patch-ay) = f41e230bd0fef6437aa187b346fc06ef4f32a31c
SHA1 (patch-ba) = 7c5043a39405f52b512e479a46fc76108580b7bc
diff --git a/emulators/qemu/patches/patch-ay b/emulators/qemu/patches/patch-ay
index c01342e46aa..ce697b3a956 100644
--- a/emulators/qemu/patches/patch-ay
+++ b/emulators/qemu/patches/patch-ay
@@ -1,4 +1,4 @@
-$NetBSD: patch-ay,v 1.8 2009/01/22 07:27:28 jmmv Exp $
+$NetBSD: patch-ay,v 1.9 2009/01/23 08:15:28 jmmv Exp $
--- block-raw-posix.c.orig 2008-01-06 20:38:42.000000000 +0100
+++ block-raw-posix.c
@@ -51,7 +51,7 @@ $NetBSD: patch-ay,v 1.8 2009/01/22 07:27:28 jmmv Exp $
+
+void qemu_aio_wait(void)
+{
-+#ifndef QEMU_TOOL
++#ifndef QEMU_IMG
+ qemu_bh_poll();
+#endif
+}