pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libvpx
Module Name: pkgsrc
Committed By: tnn
Date: Fri Mar 27 21:35:19 UTC 2026
Modified Files:
pkgsrc/multimedia/libvpx: Makefile
Log Message:
libvpx: yasm dependency is x86-specific
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/multimedia/libvpx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/libvpx/Makefile
diff -u pkgsrc/multimedia/libvpx/Makefile:1.110 pkgsrc/multimedia/libvpx/Makefile:1.111
--- pkgsrc/multimedia/libvpx/Makefile:1.110 Tue Feb 17 01:53:46 2026
+++ pkgsrc/multimedia/libvpx/Makefile Fri Mar 27 21:35:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2026/02/17 01:53:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.111 2026/03/27 21:35:19 tnn Exp $
DISTNAME= libvpx-1.16.0
PKGREVISION= 1
@@ -25,8 +25,7 @@ CONFIGURE_ARGS+= --disable-unit-tests
.include "../../mk/bsd.prefs.mk"
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
- (${OPSYS} == "Darwin" && ${MACHINE_ARCH} == "aarch64")
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
TOOL_DEPENDS+= yasm-[0-9]*:../../devel/yasm
.endif
Home |
Main Index |
Thread Index |
Old Index