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 | |
parent | 31bc87dae9423940701aa8ae5eabbd2ed3821b1e (diff) |
Notes
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 5 | ||||
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 0ade1690bbcf..60e547e1b7e1 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -7,6 +7,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -176,10 +177,6 @@ PLIST_SUB+= I386="@comment " .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= does not compile -.endif - .if ${OSVERSION} > 900012 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif 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 + + + # |