Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297424 | Differences between
and this patch

Collapse All | Expand All

(-)VirtualBox-3.1.2_OSE.orig/Config.kmk (-3 / +3 lines)
Lines 215-223 Link Here
215
endif
215
endif
216
# Build the optional ring-0 part of the additions for syntax checking.
216
# Build the optional ring-0 part of the additions for syntax checking.
217
# (Except when cross-building on linux since we're using /usr/src/...)
217
# (Except when cross-building on linux since we're using /usr/src/...)
218
ifn1of ($(KBUILD_TARGET).$(KBUILD_HOST_ARCH).$(KBUILD_TARGET_ARCH), linux.x86.amd64 linux.amd64.x86)
218
#ifn1of ($(KBUILD_TARGET).$(KBUILD_HOST_ARCH).$(KBUILD_TARGET_ARCH), linux.x86.amd64 linux.amd64.x86)
219
 VBOX_WITH_ADDITION_DRIVERS = 1
219
# VBOX_WITH_ADDITION_DRIVERS = 1
220
endif
220
#endif
221
# Build X11 additions. Can be disabled separately.
221
# Build X11 additions. Can be disabled separately.
222
if1of ($(KBUILD_TARGET), dragonfly freebsd linux netbsd openbsd solaris)
222
if1of ($(KBUILD_TARGET), dragonfly freebsd linux netbsd openbsd solaris)
223
 VBOX_WITH_X11_ADDITIONS = 1
223
 VBOX_WITH_X11_ADDITIONS = 1

Return to bug 297424