diff options
Diffstat (limited to 'emulators/qemu/patches/patch-aj')
-rw-r--r-- | emulators/qemu/patches/patch-aj | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/emulators/qemu/patches/patch-aj b/emulators/qemu/patches/patch-aj index 8389c2911c8..a603bdce2b3 100644 --- a/emulators/qemu/patches/patch-aj +++ b/emulators/qemu/patches/patch-aj @@ -1,4 +1,4 @@ -$NetBSD: patch-aj,v 1.5 2006/05/06 18:09:53 xtraeme Exp $ +$NetBSD: patch-aj,v 1.6 2006/12/07 13:50:58 xtraeme Exp $ --- Makefile.target.orig 2006-05-06 19:30:04.000000000 +0200 +++ Makefile.target 2006-05-06 19:31:21.000000000 +0200 @@ -33,3 +33,21 @@ $NetBSD: patch-aj,v 1.5 2006/05/06 18:09:53 xtraeme Exp $ endif ifneq ($(wildcard .depend),) +--- Makefile.target.orig 2006-12-06 21:54:21.000000000 +0100 ++++ Makefile.target 2006-12-06 21:54:48.000000000 +0100 +@@ -400,6 +400,7 @@ + ifndef CONFIG_SOFTMMU + VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386-vl.ld + endif ++ifndef CONFIG_DRAGONFLY + ifndef CONFIG_DARWIN + ifndef CONFIG_WIN32 + ifndef CONFIG_SOLARIS +@@ -407,6 +408,7 @@ + endif + endif + endif ++endif + ifdef TARGET_GPROF + vl.o: CFLAGS+=-p + VL_LDFLAGS+=-p |