pkgsrc/emulators/qemu/patches/patch-at
dbj 545012d8c1 fixes to compile on darwin.
add config.h include to target-ppc builds so _BSD is properly defined
bump PKGREVISION
2004-12-14 01:02:19 +00:00

12 lines
289 B
Text

$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);