git: 97cad8406f1c - 2022Q3 - audio/spectmorph: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 10:50:30 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=97cad8406f1c59d90362b91eda68ad153bf7585b commit 97cad8406f1c59d90362b91eda68ad153bf7585b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-24 10:44:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-24 10:50:25 +0000 audio/spectmorph: Broken on armv7 Reported by: fallout (cherry picked from commit 48a05df23434debffb9365b54a8b987aeea7907f) --- audio/spectmorph/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \