git: 0f398dedf4e1 - 2024Q2 - multimedia/lms: Broken on 13

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 28 Apr 2024 08:35:15 UTC
The branch 2024Q2 has been updated by yuri:

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

commit 0f398dedf4e189908ae5c5fee0c6627514f73e2e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-09 04:27:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-28 08:35:07 +0000

    multimedia/lms: Broken on 13
    
    (cherry picked from commit c90ca87807baa9aaec6033c3115700050300cef9)
---
 multimedia/lms/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index 2cda1c1b7ebc..8012caee069b 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/epoupon/lms
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	compilation fails: error: object of type 'const LiteralString' cannot be compared because its 'operator<=>' is implicitly deleted
+
 BUILD_DEPENDS=	googletest>0:devel/googletest
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libboost_system.so:devel/boost-libs \