Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/multimedia/vlc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/multimedia/vlc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.242 retrieving revision 1.243 diff -u -p -r1.242 -r1.243 --- pkgsrc/multimedia/vlc/Makefile 2020/11/25 22:58:54 1.242 +++ pkgsrc/multimedia/vlc/Makefile 2020/12/31 09:59:34 1.243 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.242 2020/11/25 22:58:54 nia Exp $ +# $NetBSD: Makefile,v 1.243 2020/12/31 09:59:34 nia Exp $ DISTNAME= vlc-3.0.11.1 CATEGORIES= multimedia @@ -107,6 +107,14 @@ PLIST.altivec= yes CONFIGURE_ARGS+= --enable-altivec .endif +PLIST_VARS+= neon +.if ${MACHINE_ARCH} == "earmv7hf" +PLIST.neon= yes +CONFIGURE_ARGS+= --enable-neon +.else +CONFIGURE_ARGS+= --disable-neon +.endif + # SunOS cdio interface is unsupported .if ${OPSYS} != "SunOS" PLIST.cdrom= yes