aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/libdv/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile
index c6de6c1f06be..674d028631bb 100644
--- a/multimedia/libdv/Makefile
+++ b/multimedia/libdv/Makefile
@@ -26,4 +26,10 @@ LDFLAGS_i386= -Wl,-znotext
MESON_ARGS= -Dtools=enabled
+.include <bsd.port.options.mk>
+
+.if ${ARCH} != amd64 && ${ARCH} != i386
+MESON_ARGS+= -Dasm=disabled
+.endif
+
.include <bsd.port.mk>