File virtualbox-use-intree-yasm.diff of Package virtualbox-ose
--- Config.kmk +++ Config.kmk @@ -1230,7 +1230,7 @@ # We need to export YASM for OSE, but since it was converted to .zip we need to # allow for the location used by the zip to be properly cleaned up first. -if1of ($(KBUILD_HOST).$(KBUILD_HOST_ARCH), win.x86 linux.x86 solaris.x86) +if1of ($(KBUILD_HOST).$(KBUILD_HOST_ARCH), win.x86 linux.x86 linux.amd64 solaris.x86) PATH_TOOL_YASM ?= $(PATH_DEVTOOLS_BLD)/bin endif