Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 00:59:45 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 875f224725f9 - main - audio/spectmorph: Broken on arm64
Message-ID:  <202204190059.23J0xj60060638@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204190059.23J0xj60060638>