diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-03-09 21:57:44 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-03-09 21:57:44 +0000 |
| commit | 42f86b65d6ecdd0e0e89a7e5dfbc470d45f74960 (patch) | |
| tree | 71544468e87c88f2cf72c2b5ff76a3e7b60a0d22 /emulators/virtualbox-ose-legacy/files | |
| parent | - Reenabled fixed memobj r0 patch (diff) | |
- Unbreak by disabling broken VMM testcase. It seems to be an incompatibility with recently updated yasm.
Submitted by: pointyhat (via pav)
Feature safe: yes
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files')
| -rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk new file mode 100644 index 000000000000..cfe6e5fc1434 --- /dev/null +++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk @@ -0,0 +1,11 @@ +--- src/VBox/VMM/Makefile.kmk.orig 2011-12-21 13:47:59.000000000 +0100 ++++ src/VBox/VMM/Makefile.kmk 2012-03-09 20:36:09.390067614 +0100 +@@ -19,7 +19,7 @@ + include $(KBUILD_PATH)/subheader.kmk + + # Include sub-makefiles. +-include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk ++#include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk + + + # |
