summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2018-05-10 21:10:38 +0000
committerjmcneill <jmcneill@pkgsrc.org>2018-05-10 21:10:38 +0000
commit22762d98d5b218038aed5094dc45754865c1a295 (patch)
tree306a0dacbf0acb509962175502a256a39809bfb5 /multimedia
parent8476e8bd0875368175ee0ce099148740bcb71a80 (diff)
downloadpkgsrc-22762d98d5b218038aed5094dc45754865c1a295.tar.gz
Disable runtime CPU detection on NetBSD/aarch64
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index fac750a3e32..befc431ad28 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -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 @@ SUBST_SED.clang= -e 's/-DINLINE_ASM/-DINLINE_ASM ${CLANG_INTEGRATED_AS}/'
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