diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 4 |
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 |