summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2008-12-30 00:54:19 +0000
committerhubertf <hubertf@pkgsrc.org>2008-12-30 00:54:19 +0000
commitb2c00c14f1eeb1e38d778cc5744c6cca451a617e (patch)
tree825f40be24f64c3340448acc77383332ff31f940 /emulators/qemu
parente5d0951320805d558c93b99d6d4acae04cb36da8 (diff)
downloadpkgsrc-b2c00c14f1eeb1e38d778cc5744c6cca451a617e.tar.gz
Get this building on amd64, patch suggested by Dieter Roelants
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile4
-rw-r--r--emulators/qemu/distinfo3
-rw-r--r--emulators/qemu/patches/patch-ae12
3 files changed, 16 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index bf4d9b67afd..1e0c46d5f32 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2008/12/17 00:53:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.53 2008/12/30 00:54:19 hubertf Exp $
#
DISTNAME= qemu-0.9.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://bellard.org/qemu/
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index fdd999bf259..e46ea65f0dc 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2008/10/04 14:31:06 reed Exp $
+$NetBSD: distinfo,v 1.39 2008/12/30 00:54:19 hubertf Exp $
SHA1 (qemu-0.9.0.tar.gz) = 1e57e48a06eb8729913d92601000466eecef06cb
RMD160 (qemu-0.9.0.tar.gz) = 4296542b6da18a6ac93d20787330d3c1c2ac0a19
@@ -7,6 +7,7 @@ SHA1 (patch-aa) = 455575215bad8864da285e1979da9ff7d8476a24
SHA1 (patch-ab) = 29870b0bec5f9fa08267dfb9208d75d1d735714a
SHA1 (patch-ac) = f3f37f2e72de28077a6579b12ecb2ea6650eea85
SHA1 (patch-ad) = ac69a03e4945e8c8fd5aadca070b876d0970910d
+SHA1 (patch-ae) = cb0da3bcba3b03bc38d3ffa0bd7b3d670eb23648
SHA1 (patch-ag) = aae65e1ecbde56c963d1430ba0d9461ea8e24ddb
SHA1 (patch-ak) = 11669ec0ac62c0c90b7d2bfecb1f6efe3cb82fd2
SHA1 (patch-am) = a22a3b23284c377afa8113768d68c8ef40c514f9
diff --git a/emulators/qemu/patches/patch-ae b/emulators/qemu/patches/patch-ae
new file mode 100644
index 00000000000..4edaf7c1f9b
--- /dev/null
+++ b/emulators/qemu/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.3 2008/12/30 00:55:10 hubertf Exp $
+
+--- osdep.h.orig 2007-02-06 00:01:54.000000000 +0100
++++ osdep.h
+@@ -1,6 +1,7 @@
+ #ifndef QEMU_OSDEP_H
+ #define QEMU_OSDEP_H
+
++#include <sys/types.h>
+ #include <stdarg.h>
+
+ #define qemu_printf printf