diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-30 14:56:51 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-30 14:56:51 +0000 |
commit | 4a9e32b0cc3e9c966d7605add6aa87a9ff21df53 (patch) | |
tree | 444e319d755050c6ceb755bbcd150a801f4fe818 /emulators/qemu/files/kqemu-patch | |
parent | aa7977bdcd305f42319ec2bd62a4fa75063f926a (diff) | |
download | ports-4a9e32b0cc3e9c966d7605add6aa87a9ff21df53.tar.gz ports-4a9e32b0cc3e9c966d7605add6aa87a9ff21df53.zip |
Notes
Diffstat (limited to 'emulators/qemu/files/kqemu-patch')
-rw-r--r-- | emulators/qemu/files/kqemu-patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/files/kqemu-patch b/emulators/qemu/files/kqemu-patch index ba82ba368808..ae0064ba3be7 100644 --- a/emulators/qemu/files/kqemu-patch +++ b/emulators/qemu/files/kqemu-patch @@ -1,10 +1,11 @@ Index: qemu/kqemu/Makefile -@@ -1,62 +1,5 @@ +@@ -1,62 +1,6 @@ -ifeq ($(PATCHLEVEL),) -# compile in kqemu directory +KMOD= kqemu +SRCS= kmod_bsd.c +OBJS= kqemu-mod-i386.o ++WERROR= --include ../config-host.mak - |