aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/zdoom/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/zdoom/Makefile b/games/zdoom/Makefile
index 5a38b9a701c6..3010f880dca0 100644
--- a/games/zdoom/Makefile
+++ b/games/zdoom/Makefile
@@ -46,6 +46,11 @@ FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
FLUIDSYNTH_CMAKE_BOOL= WITH_FLUIDSYNTH
.include "${.CURDIR}/../doom-data/Makefile.include"
+.include <bsd.port.options.mk>
+
+.if ${ARCH} != amd64 && ${ARCH} != i386
+CMAKE_ARGS+= -DNO_ASM:BOOL=ON
+.endif
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}