Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: qemu crashes on -current/amd64 (?)
On Thu, Dec 18, 2008 at 08:08:41AM -0500, Izaac wrote:
> On Wed, Dec 17, 2008 at 12:15:29PM +0100, Markus W Kilbinger wrote:
> > Did I miss something?
>
> Yeah, I'd forgotten that I had to do a little hack to get it to
> finish. I doubt very much that this little patch should show in
> pkgsrc, as the header should be picked up by configure. But it'll do
> in your local patch set until that gets figured out.
>
> --=--
>
> --- work/qemu-0.9.0/osdep.h.orig 2007-02-05 18:01:54.000000000 -0500
> +++ work/qemu-0.9.0/osdep.h
> @@ -2,6 +2,7 @@
> #define QEMU_OSDEP_H
>
> #include <stdarg.h>
> +#include <sys/types.h>
>
> #define qemu_printf printf
>
> --=--
--=--
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/emulators/qemu/patches/patch-ae?rev=1.3&content-type=text/x-cvsweb-markup
File: [cvs.netbsd.org] / pkgsrc / emulators / qemu / patches / patch-ae
Revision 1.3, Tue Dec 30 00:55:10 2008 UTC (10 days, 15 hours ago) by
hubertf
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, HEAD
Changes since 1.2: +9 -19 lines
Get this building on amd64, patch suggested by Dieter Roelants
__________________________________________________________________
$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
--=--
Well. It appears I stand corrected.
--
. ___ ___ . . ___
. \ / |\ |\ \
. _\_ /__ |-\ |-\ \__
Home |
Main Index |
Thread Index |
Old Index