summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-ak')
-rw-r--r--emulators/qemu/patches/patch-ak30
1 files changed, 5 insertions, 25 deletions
diff --git a/emulators/qemu/patches/patch-ak b/emulators/qemu/patches/patch-ak
index 5dabd7e51b8..350e3845ec1 100644
--- a/emulators/qemu/patches/patch-ak
+++ b/emulators/qemu/patches/patch-ak
@@ -1,27 +1,6 @@
-$NetBSD: patch-ak,v 1.9 2006/09/17 07:51:56 xtraeme Exp $
-
---- Makefile.orig 2006-07-22 19:23:34.000000000 +0200
-+++ Makefile 2006-09-17 09:43:56.000000000 +0200
-@@ -5,15 +5,15 @@
- .PHONY: all clean distclean dvi info install install-doc tar tarbin \
- speed test test2 html dvi info
-
--CFLAGS=-Wall -O2 -g -fno-strict-aliasing -I.
-+CFLAGS+=-Wall -O2 -fno-strict-aliasing -I.
- ifdef CONFIG_DARWIN
- CFLAGS+= -mdynamic-no-pic
- endif
- ifeq ($(ARCH),sparc)
- CFLAGS+=-mcpu=ultrasparc
- endif
--LDFLAGS=-g
--LIBS=
-+#LDFLAGS=-g
-+#LIBS=
- DEFINES+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
- TOOLS=qemu-img$(EXESUF)
- ifdef CONFIG_STATIC
-@@ -59,20 +59,20 @@
+--- Makefile.orig 2007-05-02 02:06:53.000000000 +0200
++++ Makefile 2007-05-02 02:08:59.000000000 +0200
+@@ -66,21 +66,21 @@
common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
install-doc: $(DOCS)
@@ -42,7 +21,8 @@ $NetBSD: patch-ak,v 1.9 2006/09/17 07:51:56 xtraeme Exp $
+ $(BSD_INSTALL_PROGRAM) $(TOOLS) $(bindir)
+ $(BSD_INSTALL_DATA_DIR) $(datadir)
for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
- video.x openbios-sparc32 linux_boot.bin; do \
+ video.x openbios-sparc32 linux_boot.bin pxe-ne2k_pci.bin \
+ pxe-rtl8139.bin pxe-pcnet.bin; do \
- $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
+ $(BSD_INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
done