diff options
Diffstat (limited to 'app-emulation/kvm/files/kvm-45-user-no-kernel.patch')
-rw-r--r-- | app-emulation/kvm/files/kvm-45-user-no-kernel.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/kvm/files/kvm-45-user-no-kernel.patch b/app-emulation/kvm/files/kvm-45-user-no-kernel.patch deleted file mode 100644 index efb77b9..0000000 --- a/app-emulation/kvm/files/kvm-45-user-no-kernel.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- kvm-45/user/Makefile 2007-10-02 01:36:33.000000000 -0700 -+++ kvm-45/work/kvm-45/user/Makefile 2007-10-06 22:52:44.000000000 -0700 -@@ -53,10 +53,6 @@ - - install: - install -D kvmctl.h $(DESTDIR)/$(PREFIX)/include/kvmctl.h -- install -D $(KERNELDIR)/include/linux/kvm.h \ -- $(DESTDIR)/$(PREFIX)/include/linux/kvm.h -- install -D $(KERNELDIR)/include/linux/kvm_para.h \ -- $(DESTDIR)/$(PREFIX)/include/linux/kvm_para.h - install -D libkvm.a $(DESTDIR)/$(PREFIX)/$(LIBDIR)/libkvm.a - - %.flat: %.o |