aboutsummaryrefslogtreecommitdiff
path: root/audio/speexdsp
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-11-08 12:05:26 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-11-08 12:05:26 +0000
commitb365dc944a2522200b4fe2c784be8531124e482a (patch)
treed7091be1c6d5f2e5faa7981d22024c58a1835fcf /audio/speexdsp
parent4cf561357ac1c610536af47933ad854441d28536 (diff)
downloadports-b365dc944a2522200b4fe2c784be8531124e482a.tar.gz
ports-b365dc944a2522200b4fe2c784be8531124e482a.zip
Notes
Diffstat (limited to 'audio/speexdsp')
-rw-r--r--audio/speexdsp/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/speexdsp/Makefile b/audio/speexdsp/Makefile
index d64761d93b2f..a53ae5103b9d 100644
--- a/audio/speexdsp/Makefile
+++ b/audio/speexdsp/Makefile
@@ -14,4 +14,10 @@ INSTALL_TARGET= install-strip
USES= libtool pathfix
USE_LDCONFIG= yes
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == "aarch64"
+CONFIGURE_ARGS+=--disable-neon
+.endif
+
.include <bsd.port.mk>