git: 46ae846f051a - main - audio/surge-synthesizer-lv2: Broken on powerpc*

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 08:58:00 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46ae846f051af6390f0f69fd93fe5b8fb702ff6e

commit 46ae846f051af6390f0f69fd93fe5b8fb702ff6e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-03 08:57:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-03 08:57:57 +0000

    audio/surge-synthesizer-lv2: Broken on powerpc*
    
    Reported by:    fallout
---
 audio/surge-synthesizer-lv2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile
index 6cc93ea26e80..66fc884e3538 100644
--- a/audio/surge-synthesizer-lv2/Makefile
+++ b/audio/surge-synthesizer-lv2/Makefile
@@ -15,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_aarch64=	error: use of undeclared identifier '__builtin_ia32_packssdw'
 BROKEN_armv6=	emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64, see https://github.com/surge-synthesizer/surge/issues/6418
 BROKEN_armv7=	emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64, see https://github.com/surge-synthesizer/surge/issues/6418
+BROKEN_powerpc=		compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
+BROKEN_powerpc64=	compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
+BROKEN_powerpc64le=	compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
 BROKEN_riscv64=	error: functions that differ only in their return type cannot be overloaded - simde-related, see https://github.com/simd-everywhere/simde/issues/962
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \