git: 875f224725f9 - main - audio/spectmorph: Broken on arm64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 19 Apr 2022 00:59:45 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=875f224725f9f6b5e64f6724224594a941f3151f

commit 875f224725f9f6b5e64f6724224594a941f3151f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-04-19 00:56:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-19 00:59:41 +0000

    audio/spectmorph: Broken on arm64
    
    Reported by:    fallout
---
 audio/spectmorph/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile
index 898f78a37d3f..907a046e2092 100644
--- a/audio/spectmorph/Makefile
+++ b/audio/spectmorph/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Analyze and combine samples of musical instruments
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	error: unknown type name '__m128'
+
 BUILD_DEPENDS=	fftw3>0:math/fftw3
 LIB_DEPENDS=	libao.so:audio/libao \
 		libfftw3f.so:math/fftw3-float \