Index: audio/speexdsp/Makefile =================================================================== --- audio/speexdsp/Makefile +++ audio/speexdsp/Makefile @@ -14,4 +14,10 @@ USES= libtool pathfix USE_LDCONFIG= yes -.include +.include + +.if ${ARCH} == "aarch64" +CONFIGURE_ARGS= --disable-neon +.endif + +.include