git: ddf1f13d2971 - main - audio/kaldi: Unbreak by using GCC

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 13 Oct 2025 05:29:22 UTC
The branch main has been updated by yuri:

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

commit ddf1f13d29718b388bb6ac80e52820930aa27f75
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-10-13 05:28:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-10-13 05:29:15 +0000

    audio/kaldi: Unbreak by using GCC
---
 audio/kaldi/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/kaldi/Makefile b/audio/kaldi/Makefile
index dacf5fef6762..5591f97a51a0 100644
--- a/audio/kaldi/Makefile
+++ b/audio/kaldi/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libcblas.so:math/cblas \
 		liblapack.so:math/lapack
 
 USES=		cmake compiler:c++17-lang localbase:ldflags python:build
+USE_GCC=	yes # clang-19 fails to compile it due to math/openfst headers
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kaldi-asr