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:   schmonz
Date:           Tue Jul 13 15:35:42 UTC 2021

Modified Files:
        pkgsrc/multimedia/libvpx: Makefile

Log Message:
arm_cpudetect.c doesn't cover macOS. On M1 Macs, set
--disable-runtime-cpu-detect to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 pkgsrc/multimedia/libvpx/Makefile:1.88
--- pkgsrc/multimedia/libvpx/Makefile:1.87      Mon May 24 19:53:13 2021
+++ pkgsrc/multimedia/libvpx/Makefile   Tue Jul 13 15:35:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2021/05/24 19:53:13 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2021/07/13 15:35:42 schmonz Exp $
 
 DISTNAME=      libvpx-1.10.0
 PKGREVISION=   1
@@ -56,6 +56,8 @@ CONFIGURE_ARGS+=      --target=x86_64-darwin$
 .    else
 CONFIGURE_ARGS+=       --target=x86_64-darwin9-gcc
 .    endif
+.  elif ${MACHINE_ARCH} == "aarch64"
+CONFIGURE_ARGS+=       --disable-runtime-cpu-detect
 .  endif
 .elif ${OPSYS} == "SunOS" && !empty(PKGSRC_COMPILER:Mgcc*)
 .  if ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index