diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2015-11-08 12:05:26 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2015-11-08 12:05:26 +0000 |
commit | b365dc944a2522200b4fe2c784be8531124e482a (patch) | |
tree | d7091be1c6d5f2e5faa7981d22024c58a1835fcf /audio/speexdsp | |
parent | 4cf561357ac1c610536af47933ad854441d28536 (diff) | |
download | ports-b365dc944a2522200b4fe2c784be8531124e482a.tar.gz ports-b365dc944a2522200b4fe2c784be8531124e482a.zip |
Notes
Diffstat (limited to 'audio/speexdsp')
-rw-r--r-- | audio/speexdsp/Makefile | 6 |
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> |