aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-09 04:27:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-28 08:35:07 +0000
commit0f398dedf4e189908ae5c5fee0c6627514f73e2e (patch)
treea055989342631d6a961d6ba1b38523ee718ac728
parent71c714507a1bf48067ed2889c74276fb4ddd80f6 (diff)
downloadports-0f398dedf4e189908ae5c5fee0c6627514f73e2e.tar.gz
ports-0f398dedf4e189908ae5c5fee0c6627514f73e2e.zip
multimedia/lms: Broken on 13
(cherry picked from commit c90ca87807baa9aaec6033c3115700050300cef9)
-rw-r--r--multimedia/lms/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \