summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorjmmv <jmmv>2009-01-23 08:15:27 +0000
committerjmmv <jmmv>2009-01-23 08:15:27 +0000
commit2e6150f39506583b1868a011e0b30fb54d0ec171 (patch)
tree0eb0dede442008f84b68f165e9e9e129e32e93d4 /emulators/qemu
parent5f1036e1ffdca872530df806420035879087fb33 (diff)
downloadpkgsrc-2e6150f39506583b1868a011e0b30fb54d0ec171.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/qemu')
-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
+}