pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/speexdsp disable neon on aarch64
details: https://anonhg.NetBSD.org/pkgsrc/rev/971d33f27422
branches: trunk
changeset: 352176:971d33f27422
user: richard <richard%pkgsrc.org@localhost>
date: Thu Sep 08 15:25:05 2016 +0000
description:
disable neon on aarch64
diffstat:
audio/speexdsp/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2697c7e13ae5 -r 971d33f27422 audio/speexdsp/Makefile
--- a/audio/speexdsp/Makefile Thu Sep 08 15:23:48 2016 +0000
+++ b/audio/speexdsp/Makefile Thu Sep 08 15:25:05 2016 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index