git: 234ab9330d51 - main - audio/cardinal: Not broken on 13,15

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 16 Oct 2025 18:06:07 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=234ab9330d518138449f15cfc59e375ea4df127b

commit 234ab9330d518138449f15cfc59e375ea4df127b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-10-16 18:05:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-10-16 18:05:44 +0000

    audio/cardinal: Not broken on 13,15
---
 audio/cardinal/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile
index 182faf8ca239..25cf42cffe30 100644
--- a/audio/cardinal/Makefile
+++ b/audio/cardinal/Makefile
@@ -13,8 +13,6 @@ WWW=		https://cardinal.kx.studio/ \
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_13=	compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726
-BROKEN_FreeBSD_15=	compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726
 BROKEN_armv7=	compilation fails due to the variable name conflict with base header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279134
 
 BUILD_DEPENDS=	${LOCALBASE}/include/FuzzySearchDatabase.hpp:textproc/fuzzysearchdatabase \