summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-03-05 22:08:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-03-05 22:08:22 +0000
commit46f4d8752d9ccb88a553eff14d415eb93d009469 (patch)
tree9a7aa82c0caf95ab7f09c4d6b3a4988b1abf9e7a /emulators
parent- Chase libofx shared version bump (diff)
- Mark BROKEN on amd64: fails to compile
kmk: *** [/work/a/ports/emulators/virtualbox-ose-legacy/work/VirtualBox-4.0.16_OSE/out/freebsd.amd64/release/obj/VMM/tstAsmStructsAsm.mac] Error 1 kmk: *** Deleting file Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=292782
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index 6830445b954b..8754179c841b 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -176,6 +176,10 @@ 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