summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-09-08 15:25:05 +0000
committerrichard <richard@pkgsrc.org>2016-09-08 15:25:05 +0000
commitf815453d5e9c22cf6f01f87512e55d443fcd5c74 (patch)
treef74800bad3b1c19a40b71d9b89324bbaef0fea81 /audio
parent63bf22849b00cccbee82037345cb1761ef5ae3c7 (diff)
downloadpkgsrc-f815453d5e9c22cf6f01f87512e55d443fcd5c74.tar.gz
disable neon on aarch64
Diffstat (limited to 'audio')
-rw-r--r--audio/speexdsp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/speexdsp/Makefile b/audio/speexdsp/Makefile
index ca377b27f0e..7b49d28acf3 100644
--- a/audio/speexdsp/Makefile
+++ b/audio/speexdsp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/01/17 00:16:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/08 15:25:05 richard Exp $
DISTNAME= speexdsp-1.2rc3
CATEGORIES= audio
@@ -14,6 +14,10 @@ GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= speexdsp.pc.in
USE_TOOLS+= pkg-config
+.if ${MACHINE_ARCH} == "aarch64"
+CONFIGURE_ARGS+= --disable-neon
+.endif
+
BUILDLINK_API_DEPENDS.speex+= speex>=1.2rc2
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"