summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/mvdsv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mvdsv/Makefile b/games/mvdsv/Makefile
index d39cc035b851..f8f3d28b9288 100644
--- a/games/mvdsv/Makefile
+++ b/games/mvdsv/Makefile
@@ -19,7 +19,7 @@ MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/mvdsrc/source
pre-everything::
-.if !defined(WITHOUT_X86_ASM)
+.if ${MACHINE_ARCH} == "i386" && !defined(WITHOUT_X86_ASM)
@${ECHO_MSG} "Define WITHOUT_X86_ASM to disable x86 assembly code"
.endif