diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-24 10:44:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-24 10:47:27 +0000 |
commit | 48a05df23434debffb9365b54a8b987aeea7907f (patch) | |
tree | 9c397623f51eec24d88ce37931c7db0f1ca1ac3b | |
parent | 7e369d50c42194858bd3cb1569dbf2bb89e251cc (diff) |
audio/spectmorph: Broken on armv7
Reported by: fallout
-rw-r--r-- | audio/spectmorph/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile index 907a046e2092..cd72cbab3b1e 100644 --- a/audio/spectmorph/Makefile +++ b/audio/spectmorph/Makefile @@ -11,6 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= error: unknown type name '__m128' +BROKEN_armv7= error: unknown type name '__m128' BUILD_DEPENDS= fftw3>0:math/fftw3 LIB_DEPENDS= libao.so:audio/libao \ |