]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-build.patch
- it is no longer required to use VirtualBox OSE on third party builds.
[packages/VirtualBox.git] / VirtualBox-build.patch
CommitLineData
6e3992d3
KK
1--- VirtualBox-4.1.0_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk.orig 2011-04-28 10:01:04.000000000 +0200
2+++ VirtualBox-4.1.0_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk 2011-07-19 20:51:04.149020310 +0200
3@@ -5,6 +5,7 @@
4
5 if1of ($(KBUILD_TARGET), linux)
6
7+ ifdef VBOX_WITH_VBOXDRV
8 SYSMODS += VBoxPci
9 VBoxPci_TEMPLATE = VBOXR0DRV
10 VBoxPci_INST = $(INST_VBOXPCI)$(if $(eq $(KBUILD_TARGET),darwin),Contents/MacOS/)
11@@ -22,7 +23,7 @@
12 VBoxPci_SOURCES =
13 VBoxPci_LIBS += \
14 $(PATH_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB)
15-
16+ endif
17 endif
18
19
This page took 0.266043 seconds and 4 git commands to generate.