summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-at
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2004-12-14 01:02:19 +0000
committerdbj <dbj@pkgsrc.org>2004-12-14 01:02:19 +0000
commit545012d8c13e2828082ef176210b0cccdf635556 (patch)
tree6420159f28e56b4a2a76ae8d6c6476bbeb425407 /emulators/qemu/patches/patch-at
parent36ff0ebf26f914e9266fed8f7439a77e82b9ffcc (diff)
downloadpkgsrc-545012d8c13e2828082ef176210b0cccdf635556.tar.gz
fixes to compile on darwin.
add config.h include to target-ppc builds so _BSD is properly defined bump PKGREVISION
Diffstat (limited to 'emulators/qemu/patches/patch-at')
-rw-r--r--emulators/qemu/patches/patch-at12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/qemu/patches/patch-at b/emulators/qemu/patches/patch-at
new file mode 100644
index 00000000000..cef3728a21f
--- /dev/null
+++ b/emulators/qemu/patches/patch-at
@@ -0,0 +1,12 @@
+$NetBSD: patch-at,v 1.1 2004/12/14 01:02:19 dbj Exp $
+
+--- target-ppc/exec.h.orig Sun Nov 14 15:51:33 2004
++++ target-ppc/exec.h
+@@ -20,6 +20,7 @@
+ #if !defined (__PPC_H__)
+ #define __PPC_H__
+
++#include "config.h"
+ #include "dyngen-exec.h"
+
+ register struct CPUPPCState *env asm(AREG0);