diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index c6de6c1f06be..674d028631bb 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -1,29 +1,35 @@ PORTNAME= libdv DISTVERSION= 1.0.0 PORTREVISION= 8 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Quasar DV codec (libdv) is a software codec for DV video WWW= http://libdv.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt USES= localbase meson pkgconfig USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org/gstreamer GL_ACCOUNT= meson-ports GL_PROJECT= libdv GL_COMMIT= 24218c36bed3b0a3bd5a57d5790ac12ade44e88d USE_LDCONFIG= yes LDFLAGS_i386= -Wl,-znotext MESON_ARGS= -Dtools=enabled +.include + +.if ${ARCH} != amd64 && ${ARCH} != i386 +MESON_ARGS+= -Dasm=disabled +.endif + .include