git: 24bcbd7e5016 - main - multimedia/lms: Not broken on 13

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 25 Mar 2025 05:58:53 UTC
The branch main has been updated by yuri:

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

commit 24bcbd7e501685dc0ecc5c87e01b9ee4e514ac69
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-25 05:48:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-25 05:56:00 +0000

    multimedia/lms: Not broken on 13
    
    Reported by:    Chad Jacob Milios <milios@ccsys.com>
---
 multimedia/lms/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index c29ae1c3d488..01d27e4742aa 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -10,8 +10,6 @@ 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 \