diff options
author | 2011-11-11 09:07:30 +0000 | |
---|---|---|
committer | 2011-11-11 09:07:30 +0000 | |
commit | 074f0901cd2a7bb5e20c53982b14069dc11fe64b (patch) | |
tree | 4b186ceb73ec11078be53e077ae0a3013b382f47 /app-emulation/virtualbox/files | |
parent | Test that appended flags are valid. This allows people to add flags that were... (diff) | |
download | gentoo-2-074f0901cd2a7bb5e20c53982b14069dc11fe64b.tar.gz gentoo-2-074f0901cd2a7bb5e20c53982b14069dc11fe64b.tar.bz2 gentoo-2-074f0901cd2a7bb5e20c53982b14069dc11fe64b.zip |
Removed unused patch
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virtualbox/files')
-rw-r--r-- | app-emulation/virtualbox/files/virtualbox-4.1.0-vboxpci-build.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-emulation/virtualbox/files/virtualbox-4.1.0-vboxpci-build.patch b/app-emulation/virtualbox/files/virtualbox-4.1.0-vboxpci-build.patch deleted file mode 100644 index 632e6a5f6ca3..000000000000 --- a/app-emulation/virtualbox/files/virtualbox-4.1.0-vboxpci-build.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- VirtualBox-4.1.0_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk -+++ VirtualBox-4.1.0_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk -@@ -5,6 +5,7 @@ - - if1of ($(KBUILD_TARGET), linux) - -+ ifdef VBOX_WITH_VBOXDRV - SYSMODS += VBoxPci - VBoxPci_TEMPLATE = VBOXR0DRV - VBoxPci_INST = $(INST_VBOXPCI)$(if $(eq $(KBUILD_TARGET),darwin),Contents/MacOS/) -@@ -23,6 +24,7 @@ - VBoxPci_LIBS += \ - $(PATH_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB) - -+ endif # VBOX_WITH_VBOXDRV - endif - - |