git: e9edfe619349 - main - audio/surge-synthesizer-lv2: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Mar 2022 18:17:58 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e9edfe619349474eb79142f71b5c6ae17331c60c
commit e9edfe619349474eb79142f71b5c6ae17331c60c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-20 18:17:23 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-20 18:17:56 +0000
audio/surge-synthesizer-lv2: Broken on aarch64
Reported by: fallout
---
audio/surge-synthesizer-lv2/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile
index 4086cc554a5e..67640befb2e7 100644
--- a/audio/surge-synthesizer-lv2/Makefile
+++ b/audio/surge-synthesizer-lv2/Makefile
@@ -10,6 +10,8 @@ COMMENT= Surge Synthesizer LV2 and VST plug-in
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= error: use of undeclared identifier '__builtin_ia32_packssdw'
+
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \
${LOCALBASE}/include/simde/simde-common.h:devel/simde \