pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libvpx Disable runtime CPU det...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f20fe808af39
branches:  trunk
changeset: 307648:f20fe808af39
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu May 10 21:10:38 2018 +0000
description:
Disable runtime CPU detection on NetBSD/aarch64

diffstat:

 multimedia/libvpx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 558fb00d1796 -r f20fe808af39 multimedia/libvpx/Makefile
--- a/multimedia/libvpx/Makefile        Thu May 10 20:21:11 2018 +0000
+++ b/multimedia/libvpx/Makefile        Thu May 10 21:10:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2018/01/28 16:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2018/05/10 21:10:38 jmcneill Exp $
 
 DISTNAME=      libvpx-1.7.0
 CATEGORIES=    multimedia
@@ -102,7 +102,7 @@
 CONFIGURE_ARGS+=       --target=mips32-linux-gcc
 .endif
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) || !empty(MACHINE_PLATFORM:MNetBSD-*-*aarch64*)
 CONFIGURE_ARGS+=       --disable-runtime-cpu-detect
 .endif
 



Home | Main Index | Thread Index | Old Index